[projects/git-slug: 138/170] Default directory with packages changed to ~/rpm/packages

glen glen at pld-linux.org
Mon Sep 21 21:50:24 CEST 2015


commit 8e37ae5c12e482b9262385ab1076194d3701bd19
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Mon Jul 9 00:21:50 2012 +0100

    Default directory with packages changed to ~/rpm/packages
    
    As PLD repositories now migrated to git it is time to start to use
    ~/rpm/packages directory.

 slug.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/slug.py b/slug.py
index 267f37a..5ade6b9 100755
--- a/slug.py
+++ b/slug.py
@@ -162,7 +162,7 @@ def list_packages(options):
 
 common_options = argparse.ArgumentParser(add_help=False)
 common_options.add_argument('-d', '--packagesdir', help='local directory with git repositories',
-    default=os.path.expanduser('~/PLD_clone/packages'))
+    default=os.path.expanduser('~/rpm/packages'))
 
 common_fetchoptions = argparse.ArgumentParser(add_help=False, parents=[common_options])
 common_fetchoptions.add_argument('-j', '--jobs', help='number of threads to use', default=4, type=int)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list