Loading hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+" hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+" hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+" hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+" hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+" Loading
hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+"
hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+"
hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+"
hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+"
hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +8 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,8 @@ For more information please go to https://reproduce.debian.net or join EOF echo "Preparing download of sources for $1" SOURCE=$(basename "$1" | cut -d_ -f1) VERSION=$(grep ^Version: "$1" |cut -d' ' -f2-) # take VERSION from .buildinfo file name but drop +bX suffix from binNMUs VERSION=$(basename "$1" | cut -d_ -f2 | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo Loading @@ -42,3 +43,9 @@ echo echo "Rebuilding $SOURCE=$VERSION in $(pwd) now." set -x nice /usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}" set +x echo echo "+------------------------------------------------------------------------------+" echo "| Finished running debrebuild $(date -u -R) |" echo "+------------------------------------------------------------------------------+"