[Pkg-octave-commit] rev 109 - trunk/www
Rafael Laboissiere
rafael@costa.debian.org
Thu, 24 Feb 2005 13:38:18 +0100
Author: rafael
Date: 2005-02-24 13:38:17 +0100 (Thu, 24 Feb 2005)
New Revision: 109
Modified:
trunk/www/Makefile
trunk/www/index.html.in
Log:
* Makefile: Make separated lists of files to commit and to upload to
the home page
* index.html.in:
- Changed link name "pkg" to "home"
- Added link to the unstable->testing transition status
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2005-02-24 11:00:05 UTC (rev 108)
+++ trunk/www/Makefile 2005-02-24 12:38:17 UTC (rev 109)
@@ -10,22 +10,24 @@
GROUP = pkg-octave
HOST = alioth.debian.org
DIR = /org/alioth.debian.org/chroot/home/groups/pkg-octave/htdocs/
-FILES = index.html DOG-Guidelines.txt
+GUIDELINES = DOG-Guidelines.txt
+INSTALLFILES = index.html $(GUIDELINES)
+SRCFILES = index.html.in $(GUIDELINES) Makefile
install: index.html svn-ci
- scp $(FILES) $(USER)@$(HOST):$(DIR)
+ scp $(INSTALLFILES) $(USER)@$(HOST):$(DIR)
@echo -n Setting group access of www files...
@ssh $(USER)@$(HOST) \
- 'cd $(DIR); for i in $(FILES); do chgrp $(GROUP) $$i; chmod g=u $$i; done'
+ 'cd $(DIR); for i in $(INSTALLFILES); do chgrp $(GROUP) $$i; chmod g=u $$i; done'
@echo done
%: %.in
eperl $< > $@
svn-ci:
- svn ci $(FILES)
+ svn ci $(SRCFILES)
clean:
rm -f index.html
-.PHONY: install svn-ci clean
\ No newline at end of file
+.PHONY: install svn-ci clean
Modified: trunk/www/index.html.in
===================================================================
--- trunk/www/index.html.in 2005-02-24 11:00:05 UTC (rev 108)
+++ trunk/www/index.html.in 2005-02-24 12:38:17 UTC (rev 109)
@@ -86,12 +86,15 @@
<li>
<:=$pkg:>
(<a
- href="http://packages.debian.org/src:<:=$pkg:>">pkg</a>,
+ href="http://packages.debian.org/src:<:=$pkg:>">home</a>,
<a
href="http://bugs.debian.org/src:<:=$pkg:>">bts</a>,
<a
- href="http://buildd.debian.org/build.php?arch=&pkg=<:=$pkg:>">buildd</a>)
+ href="http://buildd.debian.org/build.php?arch=&pkg=<:=$pkg:>">buildd</a>,
+ <a
+ href="http://bjorn.haxx.se/debian/testing.pl?package=<:=$pkg:>">check</a>)
</li>
+
<:
}
:>