[projects/git-slug: 42/170] v0.4

glen glen at pld-linux.org
Mon Sep 21 21:42:20 CEST 2015


commit 97ffdd023e7e328a211fc07510329e7009fa4f1a
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Thu Sep 22 17:39:42 2011 +0100

    v0.4

 Changelog | 9 +++++++++
 setup.py  | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..7c0062c
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,9 @@
+* Major changes since version 0.3
+
+--nonewpkgs option to disable fetching of new packages by update if there is
+an entry newpkgs=yes in configuration file
+
+'fetch' command 
+It will fetch all branches and will store them in 'origin' remote. You can look
+at it as an faster version of executing 'git fetch' for every local repository.
+It is equivalent of 'update -b \* --nownewpkgs' 
diff --git a/setup.py b/setup.py
index 3cf6f61..de6dab1 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='git-core-slug',
-      version='0.3',
+      version='0.4',
       description='Scripts to interact with PLD git repos',
       author='Kacper Kornet',
       author_email='draenog at pld-linux.org',
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list