diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-18 19:43:12 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-18 19:43:12 +0100 |
commit | 442e804b78716c9f9bd5a50076b76af608cf74f2 (patch) | |
tree | 34073d294bad70de556350a0fa9b5d792bff6c0e /unofficial/modules | |
parent | fc9c98d9c348daa0f082fa59f47516993a70d794 (diff) |
'dieter' is now project 'ddeploy' that aims to be usable to many people
Diffstat (limited to 'unofficial/modules')
-rw-r--r-- | unofficial/modules/ddeploy/libs/lib-deployment.sh (renamed from unofficial/modules/dieter/libs/lib-deployment.sh) | 0 | ||||
-rw-r--r-- | unofficial/modules/ddeploy/procedures/automatic (renamed from unofficial/modules/dieter/procedures/automatic) | 0 | ||||
-rw-r--r-- | unofficial/modules/ddeploy/whatsthis.txt | 9 | ||||
-rw-r--r-- | unofficial/modules/dieter/whatsthis.txt | 2 |
4 files changed, 9 insertions, 2 deletions
diff --git a/unofficial/modules/dieter/libs/lib-deployment.sh b/unofficial/modules/ddeploy/libs/lib-deployment.sh index da63f3f..da63f3f 100644 --- a/unofficial/modules/dieter/libs/lib-deployment.sh +++ b/unofficial/modules/ddeploy/libs/lib-deployment.sh diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/ddeploy/procedures/automatic index 2887e1d..2887e1d 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/ddeploy/procedures/automatic diff --git a/unofficial/modules/ddeploy/whatsthis.txt b/unofficial/modules/ddeploy/whatsthis.txt new file mode 100644 index 0000000..eb7b810 --- /dev/null +++ b/unofficial/modules/ddeploy/whatsthis.txt @@ -0,0 +1,9 @@ +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 diff --git a/unofficial/modules/dieter/whatsthis.txt b/unofficial/modules/dieter/whatsthis.txt deleted file mode 100644 index 5c55ca8..0000000 --- a/unofficial/modules/dieter/whatsthis.txt +++ /dev/null @@ -1,2 +0,0 @@ -module with stuff for my (Dieter) own environment. Customized for my needs -(my data and settings are in svn/ddm repositories)
\ No newline at end of file |