[Reproducible-commits] [presentations] 02/03: add some images and Make target to update images from the net

Holger Levsen holger at moszumanska.debian.org
Tue Jan 20 12:05:48 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 64b9df14d698da27bfbc00ca6bb4f1481d83711c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jan 20 13:05:06 2015 +0100

    add some images and Make target to update images from the net
---
 2015-01-31-FOSDEM15/Makefile                   |   9 ++++++++-
 2015-01-31-FOSDEM15/images/stats_bugs.png      | Bin 0 -> 32704 bytes
 2015-01-31-FOSDEM15/images/stats_issues.png    | Bin 0 -> 12968 bytes
 2015-01-31-FOSDEM15/images/stats_notes.png     | Bin 0 -> 16439 bytes
 2015-01-31-FOSDEM15/images/stats_pkg_state.png | Bin 0 -> 23469 bytes
 2015-01-31-FOSDEM15/images/wiki.png            | Bin 0 -> 114271 bytes
 6 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/2015-01-31-FOSDEM15/Makefile b/2015-01-31-FOSDEM15/Makefile
index 285caa3..92c598c 100644
--- a/2015-01-31-FOSDEM15/Makefile
+++ b/2015-01-31-FOSDEM15/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all source
+.PHONY: all source images
 
 PRESENTATION = 2015-01-31-FOSDEM15
 
@@ -6,6 +6,13 @@ all: $(PRESENTATION).pdf
 
 source: $(PRESENTATION)-src.tar.gz
 
+images:
+	cd images ; \
+	for i in stats_pkg_state stats_notes stats_issues stats_bugs ; do \
+		rm $$i.png ; \
+		wget https://reproducible.debian.net/userContent/$$i.png ; \
+	done
+
 IMGS = \
 	images/swirl-lightest.pdf \
 	images/openlogo-nd.pdf \
diff --git a/2015-01-31-FOSDEM15/images/stats_bugs.png b/2015-01-31-FOSDEM15/images/stats_bugs.png
new file mode 100644
index 0000000..3bfce6f
Binary files /dev/null and b/2015-01-31-FOSDEM15/images/stats_bugs.png differ
diff --git a/2015-01-31-FOSDEM15/images/stats_issues.png b/2015-01-31-FOSDEM15/images/stats_issues.png
new file mode 100644
index 0000000..cc8366a
Binary files /dev/null and b/2015-01-31-FOSDEM15/images/stats_issues.png differ
diff --git a/2015-01-31-FOSDEM15/images/stats_notes.png b/2015-01-31-FOSDEM15/images/stats_notes.png
new file mode 100644
index 0000000..dee3c95
Binary files /dev/null and b/2015-01-31-FOSDEM15/images/stats_notes.png differ
diff --git a/2015-01-31-FOSDEM15/images/stats_pkg_state.png b/2015-01-31-FOSDEM15/images/stats_pkg_state.png
new file mode 100644
index 0000000..bc548e9
Binary files /dev/null and b/2015-01-31-FOSDEM15/images/stats_pkg_state.png differ
diff --git a/2015-01-31-FOSDEM15/images/wiki.png b/2015-01-31-FOSDEM15/images/wiki.png
new file mode 100644
index 0000000..e57c7a8
Binary files /dev/null and b/2015-01-31-FOSDEM15/images/wiki.png differ

-- 
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