You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to build a package manually using debrebuild.py, the script "rebuilder-debian.sh" fails.
Reason:
rebuilder-debian.sh internally invokes script as (for workers) -->
**/debrebuild/**debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}"
However, for manual invocation, it must be -->
**debrebuild/**debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}"
When I try to build a package manually using debrebuild.py, the script "rebuilder-debian.sh" fails.
Reason:
rebuilder-debian.sh internally invokes script as (for workers) -->
**/debrebuild/**debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}"
However, for manual invocation, it must be -->
**debrebuild/**debrebuild.py --output="${REBUILDERD_OUTDIR}" --builder=mmdebstrap --use-metasnap -- "${1}"
I follow the instructions here --> https://github.com/kpcyrd/rebuilderd/tree/0fda367320ef18b65dcf6890c168b67a9cff65df?tab=readme-ov-file#development
The text was updated successfully, but these errors were encountered: