2018-06-07 21:18:38 -05:00
|
|
|
none:
|
|
|
|
./update.pl --dry-run manifest
|
2018-06-17 04:22:17 -05:00
|
|
|
@echo
|
|
|
|
@echo make all
|
|
|
|
@echo
|
2018-06-07 21:18:38 -05:00
|
|
|
|
|
|
|
all:
|
|
|
|
./update.pl rsync
|
|
|
|
./update.pl gogs
|
|
|
|
./update.pl manifest
|
|
|
|
|
|
|
|
# backs up everything
|
|
|
|
rsync:
|
|
|
|
./update.pl rsync
|
|
|
|
|
|
|
|
gogs:
|
|
|
|
./update.pl gogs
|
|
|
|
|
|
|
|
manifest:
|
|
|
|
./update.pl manifest
|
2018-06-17 06:13:51 -05:00
|
|
|
|
|
|
|
witall:
|
|
|
|
ls -1 mirrored-gogs/git/gogs-repositories/wit/ > cloned-jcarr/repo/WITALL
|