Skip to content

Commit

Permalink
Merge pull request #151 from h01ger/rebuilder-debian.sh
Browse files Browse the repository at this point in the history
update rebuilder-debian.sh for current debrebuild from devscripts
  • Loading branch information
kpcyrd authored Nov 20, 2024
2 parents c4863fc + 8b58ac3 commit 7f0fe7f
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 7f0fe7f

Please sign in to comment.