Loading hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading Loading
hosts/codethink01-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading
hosts/codethink02-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading
hosts/codethink05-arm64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading
hosts/common-ppc64el/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading
hosts/common-riscv64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh +7 −3 Original line number Diff line number Diff line Loading @@ -17,12 +17,16 @@ 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) # 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') SOURCE=$(basename "$1" | cut -d '_' -f1) # take VERSION from .buildinfo file (which has the epoch) but drop +bX suffix from binNMUs VERSION=$(grep ^Version: "$1" | cut -d ' ' -f2- | sed -r -e 's#\+b[[:digit:]]+$##g') echo Source: $SOURCE echo Source: $VERSION echo echo "+------------------------------------------------------------------------------+" echo "| Downloading sources $(date -u -R) |" echo "+------------------------------------------------------------------------------+" echo cd "$(dirname "$1")" mkdir -p etc/apt Loading