summaryrefslogtreecommitdiff
path: root/unofficial
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 12:58:19 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 12:58:19 +0100
commita598e6f48d740619da60d59a10d7c3945f312563 (patch)
tree0b37f996eb058adc4c7cc9c2c058f9be3dbb167a /unofficial
parent440e64fc28c4bb22782bc9eb2842c773707ab49a (diff)
cleaned up ddeploy and start making example config
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/modules/ddeploy/libs/lib-deployment.sh21
-rw-r--r--unofficial/modules/ddeploy/whatsthis.txt9
2 files changed, 0 insertions, 30 deletions
diff --git a/unofficial/modules/ddeploy/libs/lib-deployment.sh b/unofficial/modules/ddeploy/libs/lib-deployment.sh
deleted file mode 100644
index da63f3f..0000000
--- a/unofficial/modules/ddeploy/libs/lib-deployment.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-_accept_ssl_cert ()
-{
- mkdir -p /root/.subversion/auth/svn.ssl.server
- cat > /root/.subversion/auth/svn.ssl.server/1123d3c8b27895efee3848cc779e526a << EOF
-K 10
-ascii_cert
-V 716
-MIICFTCCAX6gAwIBAgIBAjANBgkqhkiG9w0BAQQFADBVMRswGQYDVQQKExJBcGFjaGUgSFRUUCBTZXJ2ZXIxIjAgBgNVBAsTGUZvciB0ZXN0aW5nIHB1cnBvc2VzIG9ubHkxEjAQBgNVBAMTCWxvY2FsaG9zdDAeFw0wNjA3MjQxMjUwMzdaFw0wNzA3MjQxMjUwMzdaMEwxGzAZBgNVBAoTEkFwYWNoZSBIVFRQIFNlcnZlcjEZMBcGA1UECxMQVGVzdCBDZXJ0aWZpY2F0ZTESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDF5PB1NnUve2jkisDTGsxKC9qzpnl+eX8UIR/1s+yX2ZIPNnIryeqTc6sS3cBHz2/AufIr0xbpXkTa4V5Es5bXA7W1D7+ZzuFHjjyi4E2eqYVkhkv1sRL5TpAovfjAA+96iaFHp3yKYiuw/nWwQTSW9M1VrDEym4ODxyJOtNdgQQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBABY0bnBf9tL1WMC1sLxB1eDXvs5qNY96mny+EKGAbyQROPaXwsRQB0HrAkuWfHzQlgIdD6AfGsd+YMcEuqSPzIz6t6mA45jl++WvI6we9t3eYChtdPD2xjgHti0aSiDyVLTJbXPnkdgzKvIjYZcXBwbmbQSrg0STO5m+cSYt3chx
-K 8
-failures
-V 2
-14
-K 15
-svn:realmstring
-V 23
-https://192.168.1.2:443
-END
-EOF
-}
diff --git a/unofficial/modules/ddeploy/whatsthis.txt b/unofficial/modules/ddeploy/whatsthis.txt
deleted file mode 100644
index eb7b810..0000000
--- a/unofficial/modules/ddeploy/whatsthis.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-ddeploy is a module for deploying a system automatically.
-
-Right now I use convention over configuration.
-Your disk layout, package list, /etc/, ~ etc are expected to be in certain places inside svn/ddm/git repositories.
-(although I'll probably make this more configurable in the future to allow more choice in vcs technology etc.)
-
-Right now I (Dieter) am probably the only one using this, but everyone can have a similar setup!
-For now the conventions are not documented yet.
-Just look at the source of the procedures to see what is expected where. \ No newline at end of file