[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:44:07 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=9243775

The following commit has been merged in the master branch:
commit 92437751bfcb84148dd6654d2de0b5139589c81d
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Jan 17 10:22:32 2014 +0000

    Added some tweaks to make the publishing process more generic. Still a work in progress.
---
 website/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/Makefile b/website/Makefile
index 74ab7a0..f0b2c91 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -186,7 +186,7 @@ clean:
 	@rm -vf doxygen/mainpage.hpp
 
 publish:
-	rsync -vlDtrz --delete --exclude='.svn' -e ssh html/ andreas at localhost:rs
+	rsync -vlDtrz --delete --exclude='.svn' --include="exiv2-`cat var/__version__`*" --exclude='exiv2-*tar.gz' --exclude='exiv2-*.zip' -e ssh html/ `whoami`@localhost:rs
 
 really-publish:
-	rsync -vlDtrz --delete --exclude='misc/' --exclude='.svn' -e "ssh -2 -i /home/andreas/.ssh/ahuggel.key" html/ ahuggel at exiv2.org:
+	rsync -vlDtrz --delete --exclude='misc/' --exclude='.svn' --include="exiv2-`cat var/__version__`*" --exclude='exiv2-*tar.gz' --exclude='exiv2-*.zip' -e "ssh -2 -i /home/andreas/.ssh/ahuggel.key" html/ ahuggel at exiv2.org:

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list