summaryrefslogtreecommitdiff
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
parent440e64fc28c4bb22782bc9eb2842c773707ab49a (diff)
cleaned up ddeploy and start making example config
-rw-r--r--examples/deployconfig-dieter (renamed from unofficial/modules/ddeploy/libs/lib-deployment.sh)8
-rw-r--r--unofficial/modules/ddeploy/whatsthis.txt9
2 files changed, 8 insertions, 9 deletions
diff --git a/unofficial/modules/ddeploy/libs/lib-deployment.sh b/examples/deployconfig-dieter
index da63f3f..c59bcc2 100644
--- a/unofficial/modules/ddeploy/libs/lib-deployment.sh
+++ b/examples/deployconfig-dieter
@@ -1,4 +1,12 @@
#!/bin/bash
+# An example config for the deployment procedure
+
+var_RUNTIME_PACKAGES="svn"
+
+DEPLOY_CLASS=desktop-a7n8x
+SVN_USER=dieter
+SVN_PASSWORD=
+
_accept_ssl_cert ()
{
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