[yum-git] Branch 'yum-3_2_X' - 2 commits - Makefile
Seth Vidal
skvidal at linux.duke.edu
Thu Sep 18 18:43:51 UTC 2008
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1bd9d9de8f115c06a289fbdc8c8cc70770b59633
Merge: d1be101... e55c892...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Sep 18 14:42:46 2008 -0400
Merge branch 'yum-3_2_X' of ssh://login.linux.duke.edu/home/groups/yum/git/yum into yum-3_2_X
* 'yum-3_2_X' of ssh://login.linux.duke.edu/home/groups/yum/git/yum:
remove extra spaces in indent
Include the indent in the column calculation for groupinfo -v
Use calcColumns for groupinfo -v, per. group. Tidy up group section printing
Create a calcColumns() from the work in listTransaction.
Dynamically size the width for the Loaded plugins message, if possible
commit d1be101694b6e79c609ad20a19adb57451925b1b
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Thu Sep 18 14:40:35 2008 -0400
limit the changelog to 3.2.0 and up
diff --git a/Makefile b/Makefile
index 47b364a..c600c1d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ test-skipbroken:
check: test
changelog:
- git log --pretty --numstat --summary | git2cl > ChangeLog
+ git log --since=2007-05-16 --pretty --numstat --summary | git2cl > ChangeLog
testnewbehavior:
@NEW_BEHAVIOR=1 nosetests -i ".*test" test
More information about the Yum-cvs-commits
mailing list