[med-svn] r8217 - trunk/community/website/docs
Andreas Tille
tille at alioth.debian.org
Wed Oct 19 14:00:49 UTC 2011
Author: tille
Date: 2011-10-19 14:00:49 +0000 (Wed, 19 Oct 2011)
New Revision: 8217
Modified:
trunk/community/website/docs/Makefile
trunk/community/website/docs/policy.xml
Log:
publish target for rsyncing policy to wagner; s/now_managed_via_git/README.status/
Modified: trunk/community/website/docs/Makefile
===================================================================
--- trunk/community/website/docs/Makefile 2011-10-19 13:44:50 UTC (rev 8216)
+++ trunk/community/website/docs/Makefile 2011-10-19 14:00:49 UTC (rev 8217)
@@ -1,3 +1,6 @@
+PUBLISHHOST=wagner
+PUBLISHDIR=/home/groups/debian-med/htdocs/docs
+
all: policy
policy:
@@ -7,3 +10,6 @@
clean:
rm -f policy.html
+
+publish: policy
+ rsync -a * $(PUBLISHHOST):$(PUBLISHDIR)
Modified: trunk/community/website/docs/policy.xml
===================================================================
--- trunk/community/website/docs/policy.xml 2011-10-19 13:44:50 UTC (rev 8216)
+++ trunk/community/website/docs/policy.xml 2011-10-19 14:00:49 UTC (rev 8217)
@@ -474,7 +474,7 @@
</para>
</listitem>
<listitem>
- <para>Document in the Subversion repository that the package has been transferred elsewhere, for instance with a file named <filename>now_managed_via_git</filename> containing the new VCS URL.</para>
+ <para>Document in the Subversion repository that the package has been transferred elsewhere, for instance with a file named <filename>README.status</filename> containing the new VCS URL.</para>
</listitem>
<listitem>
<para>Delete the package in the Subversion repository after its VCS URL in Stable has been updated by the next release.</para>
More information about the debian-med-commit
mailing list