[jetty9] 12/135: Removed obsolete d/orig-tar.sh
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Dec 17 14:53:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jetty9.
commit 22efda3337738cddea0404efa3967e0d26ca0b69
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Thu Apr 12 23:06:54 2012 +0200
Removed obsolete d/orig-tar.sh
---
debian/orig-tar.sh | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index eeaec77..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh -e
-
-TAR=../jetty_$2.orig.tar.gz
-DIR=jetty-$2
-TAG=$(echo jetty-$2 | sed 's,~alpha,-alpha-,')
-
-svn export http://svn.codehaus.org/jetty/jetty/tags/$TAG/ $DIR
-rm -r $DIR/modules/jsp-api-2.0
-rm -r $DIR/extras/win32service
-rm -r $DIR/contrib/cometd
-rm -r $DIR/contrib/rpms
-rm -r $DIR/contrib/debian
-rm -r $DIR/contrib/grizzly
-rm -r $DIR/contrib/maven-beanshell-plugin
-
-tar -c -z -f $TAR $DIR
-# drop ../$TAG to avoid "self-destruct" behavior
-#rm -rf $DIR ../$TAG
-rm -rf $DIR
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git
More information about the pkg-java-commits
mailing list