FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
00README 397 B
Newer Older
Dr. Frank Lee's avatar
Dr. Frank Lee committed
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