diff options
author | Erich Eckner <git@eckner.net> | 2020-07-01 13:26:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-07-01 13:26:58 +0200 |
commit | bd2aae694f4ea88bc9d49efbac60381e3110621e (patch) | |
tree | 0a6a98ce5e757ce78a18c1552da0b283a5d66d19 /update-archlinux32-package | |
parent | 57c7b8e14f161b086f15a879e571617c69372b97 (diff) | |
download | devops-bd2aae694f4ea88bc9d49efbac60381e3110621e.tar.xz |
update-archlinux32-package: update all *-bootstrap packages
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-x | update-archlinux32-package | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/update-archlinux32-package b/update-archlinux32-package index b2b0523..256daa0 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -1,6 +1,8 @@ #!/bin/bash # update an archlinux32 package +# *-bootstrap +# *-dummy # archiso # archlinux32-keyring # archlinux32-keyring-transition @@ -15,8 +17,6 @@ # linux-olpc-xo1 (no upstream) # linux-pae (no upstream) # linux-zen -# python-pip-bootstrap -# python-setuptools-bootstrap # reflector # teamspeak3-server @@ -106,7 +106,7 @@ case "${pkgname}" in # an upstream package which is updated by solely updating its checksum update_path='checksum' ;; - 'archlinux32-keyring'|'archlinux32-keyring-transition'|'python-pip-bootstrap'|'python-setuptools-bootstrap'|*'-dummy') + 'archlinux32-keyring'|'archlinux32-keyring-transition'|*'-bootstrap'|*'-dummy') # a package without upstream which is updated by updating its # version (according to watch-versions) and checksum update_path='version and checksum without upstream' |