[Secure-testing-commits] r31479 - doc/security-team.d.o

Luciano Bello luciano at moszumanska.debian.org
Sun Jan 18 00:22:42 UTC 2015


Author: luciano
Date: 2015-01-18 00:22:42 +0000 (Sun, 18 Jan 2015)
New Revision: 31479

Modified:
   doc/security-team.d.o/Makefile
Log:
security-team.d.o: make publish only make sense in dillon

Modified: doc/security-team.d.o/Makefile
===================================================================
--- doc/security-team.d.o/Makefile	2015-01-18 00:09:24 UTC (rev 31478)
+++ doc/security-team.d.o/Makefile	2015-01-18 00:22:42 UTC (rev 31479)
@@ -18,6 +18,10 @@
 
 rebuild: clean all
 
+ifeq "$(shell hostname) $(shell whoami)" "dillon security"
 publish: $(HTMLS)
 	mv $(HTMLS) /srv/security-team.debian.org/htdocs
 	static-update-component security-team.debian.org
+else
+$(warning you are not in dillon or you are not security user)
+endif




More information about the Secure-testing-commits mailing list