oldrepo/mirror-gogs/Makefile

18 lines
210 B
Makefile
Raw Normal View History

2018-06-07 21:18:38 -05:00
none:
./update.pl --dry-run manifest
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