1
0
Fork 0

reprepro to build in the common 'repo' git repo now that we have enroll

This commit is contained in:
Miguel Jacq 2025-12-15 12:42:37 +11:00
parent 620f7646de
commit 7ae7869aac
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 1 additions and 75 deletions

View file

@ -8,6 +8,6 @@ for CODENAME in trixie bookworm noble jammy; do
# feed all .deb for that codename into the repo
if compgen -G "${OUT_DIR}/${CODENAME}/php*/*.deb" >/dev/null 2>&1; then
find "${OUT_DIR}/${CODENAME}" -name '*.deb' -print0 \
| xargs -0 -n1 reprepro -b repo includedeb "$CODENAME"
| xargs -0 -n1 reprepro -b /home/user/git/repo includedeb "$CODENAME"
fi
done