reprepro to build in the common 'repo' git repo now that we have enroll
This commit is contained in:
parent
620f7646de
commit
7ae7869aac
3 changed files with 1 additions and 75 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue