On Sun, 8 Oct 2017 08:00:45 +0200, Ralf Mardorf wrote:
On Sun, 8 Oct 2017 01:44:53 -0400, Eli Schwartz wrote:
pacman -Q or asp to report different results
You could assume that I upgraded from official repositories, so if pacman -Q and the Arch website show the same higher version, we should assume to get no lower version by asp. If we run asp checkout in a clean /tmp and you could assume I did that, there should be no reason to run asp update and git pull after that, right?
My bad, a misunderstanding. So reading the manpage and a test confirmed it. [rocketmouse@archlinux tmp]$ asp checkout evolution Cloning into '/tmp/evolution'... done. [rocketmouse@archlinux tmp]$ grep _commit= evolution/trunk/PKGBUILD _commit=8acce30a4c862690b3e84107d598c61671acb54c # tags/EVOLUTION_3_24_5^0 [rocketmouse@archlinux tmp]$ asp update ==> updating remote 'packages' remote: Counting objects: 86, done. remote: Compressing objects: 100% (81/81), done. remote: Total 86 (delta 21), reused 50 (delta 3) Unpacking objects: 100% (86/86), done. From git://git.archlinux.org/svntogit/packages * branch packages/ardour -> FETCH_HEAD * branch packages/claws-mail -> FETCH_HEAD * branch packages/evolution -> FETCH_HEAD * branch packages/firefox -> FETCH_HEAD * branch packages/pam -> FETCH_HEAD * branch packages/xorg-xclock -> FETCH_HEAD 20f0c17..c5d5914 packages/ardour -> packages/packages/ardour d2a5c51..7ecc5e3 packages/claws-mail -> packages/packages/claws-mail 7810241..823a902 packages/evolution -> packages/packages/evolution ==> updating remote 'community' remote: Counting objects: 20, done. remote: Compressing objects: 100% (15/15), done. remote: Total 20 (delta 6), reused 14 (delta 3) Unpacking objects: 100% (20/20), done. From git://git.archlinux.org/svntogit/community * branch packages/guitarix2 -> FETCH_HEAD * branch packages/jack2 -> FETCH_HEAD * branch packages/virtualbox -> FETCH_HEAD 67ede2b..00595a9 packages/guitarix2 -> community/packages/guitarix2 [rocketmouse@archlinux tmp]$ rm -r evolution/ [rocketmouse@archlinux tmp]$ asp checkout evolution Cloning into '/tmp/evolution'... done. [rocketmouse@archlinux tmp]$ grep _commit= evolution/trunk/PKGBUILD _commit=0e2e5a895434b8a671a59c5a14260877ac4b1f77 # tags/EVOLUTION_3_26_1^0