[med-svn] [snakemake] 01/04: Replace last SVG by downloaded copy

Andreas Tille tille at debian.org
Tue Dec 12 10:52:09 UTC 2017


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

tille pushed a commit to branch master
in repository snakemake.

commit 472685255be845dde326b013ad3f1e0b180442e4
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 12 10:44:42 2017 +0100

    Replace last SVG by downloaded copy
---
 debian/patches/0011-fix-privacy-breach.patch |  3 ++-
 debian/svg/get-svgs                          | 15 ++++++---------
 debian/svg/status.svg                        |  1 +
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/debian/patches/0011-fix-privacy-breach.patch b/debian/patches/0011-fix-privacy-breach.patch
index adfe008..3f364b7 100644
--- a/debian/patches/0011-fix-privacy-breach.patch
+++ b/debian/patches/0011-fix-privacy-breach.patch
@@ -31,7 +31,8 @@ Description: Avoid privacy breach
 +.. image:: file:///usr/share/doc/snakemake/html/_svg/snakemake.svg
      :target: https://pypi.python.org/pypi/snakemake
  
- .. image:: https://quay.io/repository/snakemake/snakemake/status
+-.. image:: https://quay.io/repository/snakemake/snakemake/status
++.. image:: file:///usr/share/doc/snakemake/html/_svg/status.svg
         :target: https://quay.io/repository/snakemake/snakemake
  
 -.. image:: https://app.wercker.com/status/5b4faec0485e3b6ed5497f3e8e551b34/s/master
diff --git a/debian/svg/get-svgs b/debian/svg/get-svgs
index 683893f..aebf346 100755
--- a/debian/svg/get-svgs
+++ b/debian/svg/get-svgs
@@ -1,14 +1,11 @@
 #!/bin/sh
 # Download some images referenced by the docs locally to avoid
 # potential privacy breaches
-rm *.svg
-wget -q https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg
-mv install\ with-bioconda-brightgreen.svg install_with-bioconda-brightgreen.svg
-wget -q https://img.shields.io/pypi/pyversions/snakemake.svg
-mv snakemake.svg pyversions_snakemake.svg
+rm -f *.svg
+wget -q https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg -O install_with-bioconda-brightgreen.svg
+wget -q https://img.shields.io/pypi/pyversions/snakemake.svg -O pyversions_snakemake.svg
 wget -q https://img.shields.io/pypi/v/snakemake.svg
 wget -q https://img.shields.io/badge/stack-overflow-orange.svg
-wget -q https://img.shields.io/twitter/follow/johanneskoester.svg?style=social\&label=Follow
-mv johanneskoester.svg?style=social\&label=Follow johanneskoester_follow.svg
-wget -q wget https://img.shields.io/badge/snakemake-≥3.5.2-brightgreen.svg?style=flat-square
-mv snakemake-≥3.5.2-brightgreen.svg?style=flat-square snakemake_gt_3.5.2-brightgreen.svg
+wget -q https://img.shields.io/twitter/follow/johanneskoester.svg?style=social\&label=Follow -O johanneskoester_follow.svg
+wget -q wget https://img.shields.io/badge/snakemake-≥3.5.2-brightgreen.svg?style=flat-square -O snakemake_gt_3.5.2-brightgreen.svg
+wget -q https://quay.io/repository/snakemake/snakemake/status -O status.svg
diff --git a/debian/svg/status.svg b/debian/svg/status.svg
new file mode 100644
index 0000000..50e451a
--- /dev/null
+++ b/debian/svg/status.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="106" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><mask id="a"><rect width="106" height="20" rx="3" fill="#fff"/></mask><g mask="url(#a)"><path fill="#555" d="M0 0h63v20H0z"/><path fill="#97CA00" d="M63 0h43v20H63z"/><path fill="url(#b)" d="M0 0h106v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana, [...]
\ No newline at end of file

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



More information about the debian-med-commit mailing list