[pacman-dev] [GIT] The official pacman repository branch, maint, updated. v3.1.1-53-g7879e4b
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, maint has been updated via 7879e4bef7c158814a547d232f0bde8960ee1341 (commit) via 6f3949e3da4325f61ac53d7c8b86a18ff6acb64e (commit) via 2b3a85dc4a1d8855449ae979713fda0b8cbc7580 (commit) via fc9d12bef039f558d9731c7dcb2f441ad5832def (commit) via 5676dbae4de0504a62758046c4974c2522789202 (commit) via 81db1847c92ca54f84a355e012354828898c827f (commit) via 848edb2f3859a258cc16ca96bf1e4d284e255b8d (commit) via b091ccc400d3cabc1a632bd025f9fecc3c2bc8c4 (commit) via 4ac9b2eb068aff3ff4f785e28712bb0fa9e045be (commit) via 355930654693b416725e170ad0cb14d0251626e4 (commit) from 2374c81e55abc0f7252fad7eb53d2b75bb33f750 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7879e4bef7c158814a547d232f0bde8960ee1341 Author: Chantry Xavier <shiningxc@gmail.com> Date: Tue Feb 19 21:57:40 2008 +0100 Lock the database on -Sc operation. This partly fixes FS#9609. Weird things could happen when running -Sc while another instance was already running. The cleancache function could delete packages that were just being downloaded. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 6f3949e3da4325f61ac53d7c8b86a18ff6acb64e Author: Chantry Xavier <shiningxc@gmail.com> Date: Tue Feb 19 20:32:48 2008 +0100 Add new sync_trans_init and sync_trans_release. Factorize these two functions to avoid code duplication, especially since they could be used for locking the database during -Sc and -Sy operation too. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 2b3a85dc4a1d8855449ae979713fda0b8cbc7580 Author: Fernando Lagos <fernando@zerial.org> Date: Tue Feb 19 17:02:42 2008 +0100 More small updates to Spanish translation Signed-off-by: Giovanni Scafora <linuxmania@gmail.com> commit fc9d12bef039f558d9731c7dcb2f441ad5832def Author: Dan McGee <dan@archlinux.org> Date: Tue Feb 19 08:47:05 2008 -0600 When cleaning DBs, only look at directories FS#9609 brought up an interesting issue where a user was prompted to remove db.lck when running a -Sc operation concurrently with an -Syu operation during a long download. Although there are other problems here, this fixes the issue where files other than directories could be considered to be databases. Fix this. Signed-off-by: Dan McGee <dan@archlinux.org> commit 5676dbae4de0504a62758046c4974c2522789202 Author: Mateusz Herych <heniekk@gmail.com> Date: Tue Feb 19 08:41:05 2008 -0600 Final updates to Polish translation Good job on the group effort guys, thanks for getting this one complete. Signed-off-by: Dan McGee <dan@archlinux.org> commit 81db1847c92ca54f84a355e012354828898c827f Author: Vitaly Dolgov <ferhiord@gmail.com> Date: Mon Feb 18 19:34:37 2008 +0100 Update pacman Russian translation. Cleaned up by Oleg Finkelshteyn. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 848edb2f3859a258cc16ca96bf1e4d284e255b8d Author: Sergey Tereschenko <serg.partizan@gmail.com> Date: Mon Feb 18 19:28:39 2008 +0100 Update libalpm russian translation. Cleaned up by Oleg Finkelshteyn. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit b091ccc400d3cabc1a632bd025f9fecc3c2bc8c4 Author: Allan McRae <mcrae_allan@hotmail.com> Date: Mon Feb 18 14:18:47 2008 +1000 Do not warn about up to date package when downloading only Stops the "<pkg> is up to date -- reinstalling" message when using the download only flag. Ref: http://archlinux.org/pipermail/pacman-dev/2008-January/010952.html Signed-off-by: Allan McRae <mcrae_allan@hotmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 4ac9b2eb068aff3ff4f785e28712bb0fa9e045be Author: Владимир Байраковский <4rayven@gmail.com> Date: Sun Feb 17 23:58:22 2008 -0600 Updates to Russian translation Note that it still is not complete. Signed-off-by: Dan McGee <dan@archlinux.org> commit 355930654693b416725e170ad0cb14d0251626e4 Author: Dan McGee <dan@archlinux.org> Date: Sun Feb 17 21:15:06 2008 -0600 scripts: allow usage when gettext is not installed Address the issue of our scripts not working so great when gettext is not available. This has come up in multiple bug reports, and is relatively easy to address by adding a simple check and a stub function if gettext was not found that simply echos the original message. Addresses concerns from FS#9214 and FS#9607. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/po/pl.po | 333 +++++++------- lib/libalpm/po/ru.po | 346 +++++++-------- lib/libalpm/sync.c | 6 +- po/es.po | 4 +- po/pl.po | 20 +- po/ru.po | 990 +++++++++++++++++++++-------------------- scripts/gensync.sh.in | 7 + scripts/makepkg.sh.in | 9 + scripts/pacman-optimize.sh.in | 9 + scripts/repo-add.sh.in | 7 + scripts/repo-remove.sh.in | 7 + scripts/updatesync.sh.in | 7 + src/pacman/sync.c | 77 +++-- 13 files changed, 950 insertions(+), 872 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee