Newer
Older
The place where our backup scheduler script gets stored
Suggested workflow:
# make sure your working tree is up-to-date
$ git pull
# make whatever edits you want to make
# assuming you then want to build a deb which incorporates your changes..
$ make build # builds new deb in ./
$ make upload # scps deb to downloads and updates repo indexes
# commit changes
git add .
git commit
git push