index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-01 12:29:12 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-07-01 12:29:12 +0200 |
commit | 8cd34b628cdb21708fe79524c8b64c77a0984bb7 (patch) | |
tree | 21b0dd36a6993ae25d21dd2a0a1ff8c47c2f47c4 /lib | |
parent | 6924d3996cd9b22e0ff81b4c53e0aedc64997a16 (diff) |
-rwxr-xr-x | lib/common-functions | 2 |
diff --git a/lib/common-functions b/lib/common-functions index 58b1080..8960b0a 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}" } |