index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-22 10:03:39 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-05-22 10:03:39 +0200 |
commit | 07222edeb968f22132e0078343811a873fdab189 (patch) | |
tree | 9c775bf6ac18f8b6a895dbf5e2dd13990801d99d /bin | |
parent | 97808225552e73b4dac2f6e93071d3646619a31f (diff) |
-rwxr-xr-x | bin/get-package-updates | 1 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 009330c..28e3536 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -339,6 +339,7 @@ echo 'Check modified packages from the last update, and put them to the build li else mode='>' fi + fi if git -C "${repo_paths__archlinux32}" archive "${new_repo_revisions__archlinux32}" -- "${repository}/${pkgbase}" >/dev/null 2>&1; then mod_git_revision="${new_repo_revisions__archlinux32}" else |