mirror-stats/Makefile

16 lines
240 B
Makefile
Raw Normal View History

2023-01-12 00:12:29 -06:00
log:
wit git log
2023-01-11 23:40:07 -06:00
debian-OK:
./enter-datapoint.sh debian OK
2023-01-11 23:38:00 -06:00
gentoo-OK:
./enter-datapoint.sh gentoo OK
git add --all
git commit -m "gentoo OK"
gentoo-FAIL:
./enter-datapoint.sh gentoo FAIL
git add --all
git commit -m "gentoo FAIL"