diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-06-22 16:39:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-08-19 16:05:40 +0000 |
commit | 4002d038dd359ceb6cd8c810a0c10662d0851448 (patch) | |
tree | c6646ed1f2a919fea73fa30e95fc5ba120ef36f8 /bin/pbuild.sh | |
parent | Updating. (diff) | |
download | progress-linux-tools-4002d038dd359ceb6cd8c810a0c10662d0851448.tar.xz progress-linux-tools-4002d038dd359ceb6cd8c810a0c10662d0851448.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/pbuild.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pbuild.sh b/bin/pbuild.sh index 49c5242..1df64f5 100755 --- a/bin/pbuild.sh +++ b/bin/pbuild.sh @@ -198,6 +198,10 @@ do case "${ONLY_MISSING_BUILDS}" in true) case "${BUILD}" in + binary-indep) + URL="https://apt.progress-linux.org/archive/${DISTRIBUTION}/${PACKAGE}/${VERSION}_all" + ;; + source) URL="https://apt.progress-linux.org/archive/${DISTRIBUTION}/${PACKAGE}/${VERSION}_source" ;; @@ -252,7 +256,7 @@ do mv "${TARGET}" "${TARGET}-${UPSTREAM_VERSION}" - for DIST in engywuck fuchur + for DIST in engywuck fuchur graograman do if [ ! -e "${TARGET}_${UPSTREAM_VERSION}.orig.tar.xz" ] then |