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 "IPFire 2.x development tree".
The branch, next has been updated via e0b9a600e19f3829dcdf9858c776d7a169ea2ccc (commit) from 3b9b58f95646c95b0fd7b2e8de90d074cb70cc70 (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 e0b9a600e19f3829dcdf9858c776d7a169ea2ccc Author: Justin Luth justin_luth@sil.org Date: Sat Mar 28 12:39:47 2015 +0300
Allow flash-images to compile on Ubuntu: delay to allow automount/dismount
-----------------------------------------------------------------------
Summary of changes: lfs/flash-images | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/lfs/flash-images b/lfs/flash-images index 6c88180..530bf33 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -211,6 +211,7 @@ endif -fsck.ext4 -f -y $(PART_ROOT) fsck.ext4 -f -y $(PART_ROOT)
+ sleep 10 #Ubuntu compiling: allow time to automount/dismount kpartx -d -v $(DEVICE) losetup -d $(DEVICE)
hooks/post-receive -- IPFire 2.x development tree