[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Next GNUN release
From: |
Ineiev |
Subject: |
Re: Next GNUN release |
Date: |
Sun, 18 May 2014 05:33:38 +0000 |
On 05/17/2014 02:53 PM, joeko wrote:
[The issue is that others contributed edits or updates are still absent
(because no 'cvs update' in www-LANG). So there may be something to do
yet, though it was already done by someone else.]
I see; probably we need separate targets for updating www and team, like
in the attached draft. I don't mind the change, but I think it's too
intrusive to include it in gnun-0.9; it needs more testing.
Index: GNUmakefile.team
===================================================================
RCS file: /sources/trans-coord/trans-coord/gnun/server/gnun/GNUmakefile.team,v
retrieving revision 1.36
diff -U 2 -r1.36 GNUmakefile.team
--- GNUmakefile.team 29 Apr 2014 04:57:46 -0000 1.36
+++ GNUmakefile.team 18 May 2014 05:27:19 -0000
@@ -151,13 +151,17 @@
endef
+ifeq ($(VCS),yes)
+vcs-sync=sync
+endif
.PHONY: all
-all: sync format notify
+all: $(vcs-sync) format notify
# Update the master and the team repositories.
-.PHONY: update
-update:
-ifeq ($(VCS),yes)
+.PHONY: update update-team update-www
+update: update-team update-www
+update-www:
@echo Updating the repositories...
cd $(wwwdir) && $(cvs-update)
+update-team:
ifeq ($(REPO),CVS)
$(cvs-update)
@@ -175,7 +179,4 @@
$(TLA) update
endif
-else
- $(info Repositories were not updated, you might want "make VCS=yes".)
-endif
# Synchronize (update) the PO files from the master POTs.
@@ -187,5 +188,4 @@
# to enable parallel processing.
sync: update
-ifeq ($(VCS),yes)
ifeq ($(REPO),CVS)
$(CVS) commit -m $(log)
@@ -214,5 +214,4 @@
$(TLA) changes >/dev/null || $(TLA) commit -s $(log)
endif
-endif
sync-master :=
- Next GNUN release, Thérèse Godefroy, 2014/05/14
- Re: Next GNUN release, Ineiev, 2014/05/14
- Re: Next GNUN release, Thérèse Godefroy, 2014/05/14
- Re: Next GNUN release, Ineiev, 2014/05/15
- Re: Next GNUN release, Thérèse Godefroy, 2014/05/15
- Re: Next GNUN release, Ineiev, 2014/05/16
- Re: Next GNUN release, Thérèse Godefroy, 2014/05/16
Next GNUN release, Thérèse Godefroy, 2014/05/14