r41141 - /scripts/fix-missing-upstream

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Aug 3 07:26:44 UTC 2009


Author: ryan52-guest
Date: Mon Aug  3 07:26:38 2009
New Revision: 41141

URL: http://svn.debian.org/wsvn/?sc=1&rev=41141
Log:
nevermind, leave that readlink, so that svn_load_dirs question includes the full path so it can manually be checked

Modified:
    scripts/fix-missing-upstream

Modified: scripts/fix-missing-upstream
URL: http://svn.debian.org/wsvn/scripts/fix-missing-upstream?rev=41141&op=diff
==============================================================================
--- scripts/fix-missing-upstream (original)
+++ scripts/fix-missing-upstream Mon Aug  3 07:26:38 2009
@@ -55,5 +55,5 @@
 # TODO: this requires that stuff in /tmp/ can be executed. it shouldn't.
 chmod +x svn_load_dirs
 # TODO: get this from props so that this can be used more generally
-./svn_load_dirs svn+ssh://svn.debian.org/svn/pkg-perl/ branches/upstream/$PACKAGE/current -t branches/upstream/$PACKAGE/$UPSTREAM_VERSION $UPLOAD_DIR
+./svn_load_dirs svn+ssh://svn.debian.org/svn/pkg-perl/ branches/upstream/$PACKAGE/current -t branches/upstream/$PACKAGE/$UPSTREAM_VERSION $(readlink -f $UPLOAD_DIR)
 




More information about the Pkg-perl-cvs-commits mailing list