This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fc4ac78 Aloow override
6fc4ac78 is described below

commit 6fc4ac785c02afe4ba182b2ea04146c126d831c1
Author: Sebb <s...@apache.org>
AuthorDate: Wed Dec 27 15:14:09 2023 +0000

    Aloow override
---
 tools/setup_local_repo.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup_local_repo.rb b/tools/setup_local_repo.rb
index 4abeb1d6..23bd9e47 100755
--- a/tools/setup_local_repo.rb
+++ b/tools/setup_local_repo.rb
@@ -11,7 +11,7 @@ require 'whimsy/asf'
 
 ASF_REPO='https://svn.apache.org/repos/' # where to fetch files
 
-LOCAL_FILE='/var/tools/svnrep' # Change this as required; must exist
+LOCAL_FILE=ARGV.shift || '/var/tools/svnrep' # Change this as required; must 
exist
 
 LOCAL_URL='file://' + LOCAL_FILE
 

Reply via email to