[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 950f80290f46f4d90c194f5efff20b9167147fb5

Michael DeHaan mdehaan at redhat.com
Thu Apr 12 19:34:15 UTC 2007


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  950f80290f46f4d90c194f5efff20b9167147fb5 (commit)
       via  e8dba1006c7970b7f88e693f11522c1c58a30ae1 (commit)
      from  baa67361f09371d377c36aa6e632ca27fffe6554 (commit)

- Log -----------------------------------------------------------------
commit 950f80290f46f4d90c194f5efff20b9167147fb5
Merge: e8dba10... baa6736...
Author: Michael DeHaan <mdehaan at mdehaan.rdu.redhat.com>
Date:   Thu Apr 12 15:35:22 2007 -0400

    Merge with git+ssh://g-mdehaan@et.redhat.com/git/virt-factory

commit e8dba1006c7970b7f88e693f11522c1c58a30ae1
Author: root <root at mdehaan.rdu.redhat.com>
Date:   Thu Apr 12 15:34:59 2007 -0400

    Make profile makefiles support clean and install.
-----------------------------------------------------------------------

Diffstat:
 docs/container/Makefile |    8 +++++++-
 docs/test1/Makefile     |    8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/docs/container/Makefile b/docs/container/Makefile
index 72e5bb1..6230d8a 100755
--- a/docs/container/Makefile
+++ b/docs/container/Makefile
@@ -1,3 +1,9 @@
 all:
 	tar cvf container.tar profile.xml files manifests
-	gzip container.tar
+	gzip container.tar --force
+
+clean:
+	-rm container.tar.gz
+
+install:
+	vf_import container.tar.gz
diff --git a/docs/test1/Makefile b/docs/test1/Makefile
index 71e5dfe..239247d 100755
--- a/docs/test1/Makefile
+++ b/docs/test1/Makefile
@@ -1,3 +1,9 @@
 all:
 	tar cvf test1.tar profile.xml files manifests
-	gzip test1.tar
+	gzip test1.tar --force
+
+install:
+	vf_import test1.tar.gz
+
+clean:
+	-rm test1.tar.gz

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  baa67361f09371d377c36aa6e632ca27fffe6554 \
  950f80290f46f4d90c194f5efff20b9167147fb5




More information about the Et-mgmt-commits-list mailing list