Skip to content

Commit

Permalink
update rebuilder-debian.sh for current debrebuild from devscripts
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Levsen <[email protected]>
  • Loading branch information
h01ger committed Nov 20, 2024
1 parent c4863fc commit 8b58ac3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions worker/rebuilder-debian.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -xe
# debrebuild.py needs to be run from the repo
/debrebuild/debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}"
cd "$(dirname "$1")"
# for production it's useful to call debrebuild with --cache="$directory"
debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare -- "${1}"

0 comments on commit 8b58ac3

Please sign in to comment.