summaryrefslogtreecommitdiff
path: root/bin/update-pacman-dbs
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-11-23 09:42:36 +0100
committerErich Eckner <git@eckner.net>2018-11-23 09:42:36 +0100
commitb5012b7bb7b953c04c2b6b3868a97892c1be68dd (patch)
treeadb8757a85a5e57625b02e867d19d3d3db9028b0 /bin/update-pacman-dbs
parent17f9f65ddba13bf81d89231f95c1796887ad8626 (diff)
downloadbuilder-b5012b7bb7b953c04c2b6b3868a97892c1be68dd.tar.xz
bin/update-pacman-dbs: only update i686 db for now - but update pkgfile db, too
Diffstat (limited to 'bin/update-pacman-dbs')
-rwxr-xr-xbin/update-pacman-dbs5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/update-pacman-dbs b/bin/update-pacman-dbs
index 1ba0759..cd61e66 100755
--- a/bin/update-pacman-dbs
+++ b/bin/update-pacman-dbs
@@ -4,5 +4,8 @@ base_dir=$(
readlink -f "${0%/*}/.."
)
-pacman --config "${base_dir}/misc/pacman-i486.conf" -Syy
+# TODO: reactivate, when FS#60893 solved and i486 implemented
+# pacman --config "${base_dir}/misc/pacman-i486.conf" -Syy
+
pacman --config "${base_dir}/misc/pacman-i686.conf" -Syy
+su master -c 'pkgfile -C '"${base_dir}"'/misc/pacman-i686.conf -u'