Skip to content

Commit

Permalink
Set default SVN_* vars to fusionforge anonymous svn
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.fusionforge.org/srv/svn/fusionforge/trunk@7034 9d84d37e-dcb1-4aad-b103-6f3d92f53bf6
  • Loading branch information
cbayle committed Feb 22, 2009
1 parent 0530700 commit 9454f6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packaging/build_component
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@
# $7: branch identifier

#
# Environment variable that MUST be defined
# Environment variable that don't have to be defined anymore
# default values are set if not
# by the calling script
#
# SVN_URL SVN_USER SVN_PASS
# Set vars to get from anonymous svn as a default
SVN_URL=${SVN_URL:-svn://scm.fusionforge.org/fusionforge}
SVN_USER=${SVN_USER:-nouser}
SVN_PASS=${SVN_PASS:-nopass}
echo "SVN_URL=$SVN_URL"
echo "SVN_USER=$SVN_USER"
echo "SVN_PASS=$SVN_PASS"

#
# Source functions
Expand Down

0 comments on commit 9454f6a

Please sign in to comment.