This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/misc.c b/misc.c | |
index a7a23dc..73a1741 100644 | |
--- a/misc.c | |
+++ b/misc.c | |
@@ -712,6 +712,59 @@ tun_open(int tun, int mode) | |
#endif | |
} | |
+/* | |
+ * Query factotum(4) for the password. Return NULL if not found. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: deploy.cloud.google.com/v1beta1 | |
kind: DeliveryPipeline | |
metadata: | |
name: demo-clouddeploy | |
description: main application pipeline | |
serialPipeline: | |
stages: | |
- targetId: devtarget | |
profiles: | |
- dev |