index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-02-18 20:34:43 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-18 20:34:43 +0100 |
commit | fd812f6973156991a4462ef996161730dfad9e78 (patch) | |
tree | 497337123c9e2cd737ad0f04eadd29c342a2ad9b /bin/get-package-updates | |
parent | 7bc95ff14d099110736feb6298aedf07bc6b67a6 (diff) |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index 97422f5..1ce72e5 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -379,7 +379,7 @@ black_listed='' black_listed_new=$( { { - git -C "${repo_paths__archlinux32}" archive "$(cat "${work_dir}/archlinux32.revision.new")" -- 'blacklist' | \ + git -C "${repo_paths__archlinux32}" archive "${new_repo_revisions__archlinux32}" -- 'blacklist' | \ tar -Ox 'blacklist' | \ sed ' s/\s*#.*$// |