index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-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 |