Skip to content

Commit

Permalink
buildmaster: Add do-repository trigger file to loop.
Browse files Browse the repository at this point in the history
It can be used to just run the package repository creation. This is
usually not needed but nice when experimenting with repo info changes
and signing.
  • Loading branch information
mmlr committed Aug 29, 2024
1 parent e34c9ec commit 775be20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions buildmaster/backend/assets/loop
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ do

build_prep
buildmaster build $LIST
elif [ -f buildmaster/do-repository ]; then
echo "$(date) package repository update requested"
echo ""
rm buildmaster/do-repository

elif [ $(git rev-parse HEAD) = $HEAD_REVISION ]; then
echo "$(date) no new revision"
sleep $SUCCESS_WAIT
Expand Down

0 comments on commit 775be20

Please sign in to comment.