[Reproducible-commits] [presentations] 10/12: update to new pathes on r.d.n

Holger Levsen holger at moszumanska.debian.org
Mon May 25 11:09:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository presentations.

commit da7cabbd0219ad88d0dfdb48acc0ce54e166540e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 25 12:52:22 2015 +0200

    update to new pathes on r.d.n
---
 2015-05-26-CCCBerlin/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/2015-05-26-CCCBerlin/Makefile b/2015-05-26-CCCBerlin/Makefile
index 3da5aea..aec83f5 100644
--- a/2015-05-26-CCCBerlin/Makefile
+++ b/2015-05-26-CCCBerlin/Makefile
@@ -8,9 +8,13 @@ source: $(PRESENTATION)-src.tar.gz
 
 images:
 	cd images ; \
-	for i in stats_pkg_state stats_notes stats_issues stats_bugs ; do \
+	for i in stats_notes stats_issues stats_bugs ; do \
 		rm $$i.png ; \
-		wget https://reproducible.debian.net/userContent/$$i.png ; \
+		wget https://reproducible.debian.net/$$i.png ; \
+	done ; \
+	for i in stats_pkg_state ; do \
+		rm $$i.png ; \
+		wget https://reproducible.debian.net/unstable/$$i.png ; \
 	done
 
 IMGS = \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/presentations.git



More information about the Reproducible-commits mailing list