[Pkg-owncloud-commits] [php-sabredav] 02/23: Removed google code upload from build script.

David Prévot taffit at moszumanska.debian.org
Wed Mar 19 17:41:38 UTC 2014


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

taffit pushed a commit to branch 1.7
in repository php-sabredav.

commit 74260fff05990d50a5ece9ab3448a24d6d117b98
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Sun Feb 9 16:09:18 2014 -0500

    Removed google code upload from build script.
---
 build.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/build.xml b/build.xml
index 23acb9a..b1f57cd 100644
--- a/build.xml
+++ b/build.xml
@@ -14,13 +14,6 @@
         <zip destfile="build/SabreDAV-${sabredav.version}.zip" basedir="build/SabreDAV" prefix="SabreDAV/" />
     </target>
 
-    <target name="uploadzip" depends="buildzip">
-        <echo>Uploading to Google Code</echo>
-        <propertyprompt propertyName="googlecode.username" promptText="Enter your googlecode username" useExistingValue="true" />
-        <propertyprompt propertyName="googlecode.password" promptText="Enter your googlecode password" useExistingValue="true" />
-        <exec command="bin/googlecode_upload.py -s 'SabreDAV ${sabredav.version}' -p sabredav --labels=${sabredav.ucstability} -u '${googlecode.username}' -w '${googlecode.password}' build/SabreDAV-${sabredav.version}.zip" checkreturn="true" />
-    </target>
-
     <target name="clean" depends="init">
         <echo msg="Removing build files (cleaning up distribution)" />
         <delete dir="docs/api" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list