summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Hooks, HubJoerg Jaspert2008-09-28
| | | | | | | | | Implement 5 hooks so we can call scripts at various places of the mirror sync. Also make runmirrors optional, depending on if we are a hub or not. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* use a full name for the logfileJoerg Jaspert2008-09-27
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Dont use pathsJoerg Jaspert2008-09-27
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ouchJoerg Jaspert2008-09-27
| | | | | ouch, use the correct syntax. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Use the correct path for runmirrorsJoerg Jaspert2008-09-27
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Dont use $0, use $NAMEJoerg Jaspert2008-09-27
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* var namesJoerg Jaspert2008-09-27
| | | | | | fix variables names Signed-off-by: Joerg Jaspert <joerg@debian.org>
* udhJoerg Jaspert2008-09-27
| | | | | little helper to update archvsync homedirs Signed-off-by: Joerg Jaspert <joerg@debian.org>
* dircombineJoerg Jaspert2008-09-27
| | | | | | Add dircombine from joeyh Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Include a few suggestions from sgranJoerg Jaspert2008-09-27
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* logdirJoerg Jaspert2008-09-27
| | | | | fix logdir variable setting Signed-off-by: Joerg Jaspert <joerg@debian.org>
* runmirrorsJoerg Jaspert2008-09-27
| | | | | add a script to push leaf mirrors Signed-off-by: Joerg Jaspert <joerg@debian.org>
* common functionsJoerg Jaspert2008-09-27
| | | | | | source our common functions Signed-off-by: Joerg Jaspert <joerg@debian.org>
* hostnameJoerg Jaspert2008-09-27
| | | | | | dont hardcode the hostname in $PROGRAM Signed-off-by: Joerg Jaspert <joerg@debian.org>
* ftpsyncJoerg Jaspert2008-09-27
| | | | | | Add a (rewritten) ftpsync script together with an config file example. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* common functionsJoerg Jaspert2008-09-27
| | | | | | | Add a file for common functions. Currently only holds a (very adapted) version of signal() Signed-off-by: Joerg Jaspert <joerg@debian.org>
* Remove dummyJoerg Jaspert2008-09-26
| | | | Signed-off-by: Joerg Jaspert <joerg@debian.org>
* BashJoerg Jaspert2008-09-26
| | | | | | Add a bashrc/logout/profile Signed-off-by: Joerg Jaspert <joerg@debian.org>
* READMEJoerg Jaspert2008-09-26
| | | | | Add a little readme about this repo Signed-off-by: Joerg Jaspert <joerg@debian.org>
* etcJoerg Jaspert2008-09-26
| | | | | | And a place to store our config in. The additional secrets/ should be used for files to store passwords in. Signed-off-by: Joerg Jaspert <joerg@debian.org>
* log directoryJoerg Jaspert2008-09-26
We do want a log directory on all hosts. Have a 0byte .dummy file in it so we get git to create it everywhere. Signed-off-by: Joerg Jaspert <joerg@debian.org>