summaryrefslogtreecommitdiffstats
path: root/doc/security-team.d.o/Makefile
diff options
context:
space:
mode:
authorLuciano Bello <luciano@debian.org>2015-01-18 00:22:42 +0000
committerLuciano Bello <luciano@debian.org>2015-01-18 00:22:42 +0000
commit03bd11aafd489b7cfd11ecf129307cc07c473c45 (patch)
tree9008f03bebd8e2f5c0cc9c3068baba4c8a8ba562 /doc/security-team.d.o/Makefile
parent4590ac6b0330844e8bfe84bbb7dca5b172ac85ed (diff)
security-team.d.o: make publish only make sense in dillon
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@31479 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'doc/security-team.d.o/Makefile')
-rw-r--r--doc/security-team.d.o/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/security-team.d.o/Makefile b/doc/security-team.d.o/Makefile
index d9fc778f25..9d4306cb60 100644
--- a/doc/security-team.d.o/Makefile
+++ b/doc/security-team.d.o/Makefile
@@ -18,6 +18,10 @@ clean:
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

© 2014-2024 Faster IT GmbH | imprint | privacy policy