$DIST $NAME

This commit is contained in:
Jeff Carr 2023-01-11 23:40:07 -06:00
parent 3b065694d5
commit 2245f99692
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,6 @@
debian-OK:
./enter-datapoint.sh debian OK
gentoo-OK:
./enter-datapoint.sh gentoo OK
git add --all

0
debian/2023.01.11.234007.OK vendored Normal file
View File

View File

@ -14,6 +14,8 @@ fi
touch $DIST/$STAMP.$NAME
git add --all
git commit -m '$DIST $NAME'
exit
if [ -f "$BASE/$DIST.status.RUNNING" ]; then