[Et-mgmt-commits-list] [SCM] virt-factory branch, master now at 5367f2c39d8cd1ea3082ef2c0cc8902468ffcc39

Adrian Likins alikins at redhat.com
Tue Jun 5 16:08:13 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  5367f2c39d8cd1ea3082ef2c0cc8902468ffcc39 (commit)
       via  201886b83aab44dbeefa3d0e29f55b337c5b7082 (commit)
       via  0de522df5e495b26fef2d84a277395662f2a4a63 (commit)
      from  a605ddcaeef63dc1ae1339a01f3dfb701fc00fea (commit)

- Log -----------------------------------------------------------------
commit 5367f2c39d8cd1ea3082ef2c0cc8902468ffcc39
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue Jun 5 12:00:42 2007 -0400

    dont update messages on make build

commit 201886b83aab44dbeefa3d0e29f55b337c5b7082
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue Jun 5 12:00:13 2007 -0400

    dont update messages on make build

commit 0de522df5e495b26fef2d84a277395662f2a4a63
Author: Adrian Likins <alikins at grimlock.devel.redhat.com>
Date:   Tue Jun 5 11:59:34 2007 -0400

    dont updated messages on "make install"
-----------------------------------------------------------------------

Diffstat:
 nodes/Makefile    |    2 +-
 register/Makefile |    2 +-
 service/Makefile  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nodes/Makefile b/nodes/Makefile
index ec61835..11155e4 100755
--- a/nodes/Makefile
+++ b/nodes/Makefile
@@ -30,7 +30,7 @@ setversion:
 	-echo "$(VERSION) $(RELEASE)" > version
 
 
-build: clean messages
+build: clean 
 	python setup.py build -f
 
 install: build
diff --git a/register/Makefile b/register/Makefile
index 2411f8f..baf6ad5 100644
--- a/register/Makefile
+++ b/register/Makefile
@@ -31,7 +31,7 @@ setversion:
 	-echo "$(VERSION) $(RELEASE)" > version
 
 
-build: clean messages
+build: clean 
 	python setup.py build -f
 
 install: build
diff --git a/service/Makefile b/service/Makefile
index d88682c..dbc01f8 100755
--- a/service/Makefile
+++ b/service/Makefile
@@ -34,7 +34,7 @@ setversion:
 build: clean
 	python setup.py build -f
 
-install: build messages
+install: build 
 	python setup.py install -f
 
 sdist: clean messages

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  a605ddcaeef63dc1ae1339a01f3dfb701fc00fea \
  5367f2c39d8cd1ea3082ef2c0cc8902468ffcc39




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