[Pkg-mozext-commits] [firetray] 342/399: add git rev to build dirname

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit b8b3b838cb14118745c680e821538894d4452f0e
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sun Mar 10 16:31:42 2013 +0100

    add git rev to build dirname
---
 src/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 83bc8c5..f8e8838 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -41,7 +41,8 @@ profile_id := mozilla-dev
 ZIP := zip # --symlinks
 
 # The target location of the build and build files.
-build_dir := ../build
+git_rev = $(shell git rev-parse --short HEAD)
+build_dir := ../build-$(git_rev)
 
 # The location of the extension profile. (this extension is intended for Linux only)
 profile_locations := \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list