[arch-projects] [devtools] [GIT] The official devtools repository branch master updated. 20140510-8-g12a1300
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 devtools repository". The branch, master has been updated via 12a1300694272928e70408f4ce2fe85bacd19eb4 (commit) via 625e6bd41206c5018b1a9e11c5cc2b3aef55a66e (commit) via 6dce935b99389713cf5b8a5b698b1abd6670c916 (commit) via 98841eb694fa3cd575fde60e562586cf33415c5b (commit) via be00fcd47b9fa6ebdab7173372ab219514e0b88d (commit) via 651f8f834ff4076ece781d276cdc60137c961081 (commit) via d83805bc54b04d8c63982784e1a220a2bd87e3b0 (commit) via af6c0a0f6a7644f583f2d83ba7a61e82b77bdc37 (commit) from 905198295dcb4fffcd16edff3fd7052a4cfc5788 (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 12a1300694272928e70408f4ce2fe85bacd19eb4 Author: Luke Shumaker <LukeShu@sbcglobal.net> Date: Sat May 10 22:22:06 2014 -0400 makechrootpkg: Use the btrfs mountpoint/subvolume check consistently. Commit 59e348fc3c5dd086331d884a6dd76fb43a92b7eb added a btrfs subvolume check, but only used it in create_chroot(); it missed clean_temporary(). commit 625e6bd41206c5018b1a9e11c5cc2b3aef55a66e Author: Luke Shumaker <LukeShu@sbcglobal.net> Date: Sat May 10 22:22:05 2014 -0400 mkarchroot: Correct "Usage:" text. The "app" hasn't been an option since arch-nspawn was created. commit 6dce935b99389713cf5b8a5b698b1abd6670c916 Author: Luke Shumaker <LukeShu@sbcglobal.net> Date: Sat May 10 22:22:04 2014 -0400 archbuild: Fix a variable name mistake. ($copydir -> $copy) It tried to lock `$copydir.lock`, which was the ONLY mention of $copydir in the entire file. Surely it meant `$copy.lock`; the line was probably originally copy/pasted from makechrootpkg or similar, where $copydir is used. commit 98841eb694fa3cd575fde60e562586cf33415c5b Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 10 09:31:26 2014 -0400 common: remove unreachable statement We run from a non-interactive shell, so the exec which is inevitably called will replace the current process and 'die' will never run under any circumstances. This also fixes a bug with the su fallback which would cause multiple arguments to be concatenated without any whitespace between them. commit be00fcd47b9fa6ebdab7173372ab219514e0b88d Author: Dave Reisner <dreisner@archlinux.org> Date: Sun May 4 15:43:50 2014 -0400 makechrootpkg: use a simpler/safer expression with eval commit 651f8f834ff4076ece781d276cdc60137c961081 Author: Luke Shumaker <LukeShu@sbcglobal.net> Date: Sat May 10 22:22:03 2014 -0400 arch-nspawn: Fix a grammar mistake (a/an) in an error message. commit d83805bc54b04d8c63982784e1a220a2bd87e3b0 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Aug 31 09:43:00 2014 -0400 nspawn: skip machine registration No need to do this since we don't run an init system in the build root. commit af6c0a0f6a7644f583f2d83ba7a61e82b77bdc37 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun Jun 1 23:54:20 2014 -0400 common.sh: propagate error through trap_exit Fixes a breakage introduced in 6db31cc16a80442 which leads to errors being masked from makechrootpkg. ----------------------------------------------------------------------- Summary of changes: arch-nspawn.in | 7 ++----- archbuild.in | 2 +- lib/common.sh | 6 +++--- makechrootpkg.in | 4 ++-- mkarchroot.in | 2 +- 5 files changed, 9 insertions(+), 12 deletions(-) hooks/post-receive -- The official devtools repository
participants (1)
-
dreisner@archlinux.org