index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-29 13:10:56 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-29 13:10:56 +0200 |
commit | 76a83eb27ba0ad0a628f477b743da736716f3ba6 (patch) | |
tree | 34cc6371e7e2ff7dba808422f649b7bcb80054d7 /lib/common-functions | |
parent | b8d227f4562e3da8f3d8a6bd759c27691f15f654 (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index f97b02b..b1a39e3 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -211,7 +211,7 @@ make_source_info_using_cache() { local mod_git_revision="$4" local output="$5" - curl -LSs "https://buildmaster.archlinux32.org/pkginfo/${PACKAGE}-${REPOSITORY}-${GIT_REVISION}-${MOD_GIT_REVISION}" \ + curl -LSs "https://buildmaster.archlinux32.org/pkginfo/${package}-${repository}-${git_revision}-${mod_git_revision}" \ >"${output}" } |