misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pym
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add subversion support for repoman (patch by Fabien Groffen, http://archives....
Marius Mauch
2008-05-13
1
-6
/
+15
*
Fix the EbuildQuote check to ignore "echo" and the elog functions since
Zac Medico
2008-04-27
1
-1
/
+4
*
Add a new "ebuild.patches" check for the PATCHES variable that's used by
Zac Medico
2008-03-29
2
-3
/
+10
*
Bug #212621 - Make the EbuildQuote check do quoting validation for misc
Zac Medico
2008-03-25
1
-1
/
+8
*
Various repoman fixes, plus a weird lockfile tracekback in news.
Alec Warner
2008-02-24
1
-2
/
+4
*
Bug #211067 - Make the "portdir_overlay" and "mydir" variables contain
Zac Medico
2008-02-22
1
-4
/
+6
*
fix more trivial issues breaking repoman
v2.2_pre2
Marius Mauch
2008-02-10
1
-1
/
+2
*
Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse.
Zac Medico
2008-02-08
1
-1
/
+1
*
- Remove ebuild.autotools repoman check since it produces lots
Zac Medico
2008-01-30
1
-14
/
+1
*
Pull more functions out of repoman proper and into repoman.utilities
Alec Warner
2008-01-27
1
-2
/
+178
*
import ordering, prevent errors from mucking up module namespace in checks, f...
Alec Warner
2008-01-27
1
-18
/
+26
*
Move random functions out of repoman and into utilties.py
Alec Warner
2008-01-26
1
-0
/
+188
*
Check for quoted ${A}. Thanks to maekke for this patch.
Zac Medico
2008-01-18
1
-1
/
+12
*
Add a new "ebuild.autotools" check for when ebuilds call
Zac Medico
2008-01-11
1
-4
/
+18
*
Make the EbuildQuote.missing_quotes regex accept single
Zac Medico
2007-11-10
1
-2
/
+2
*
Convert all the checks in repoman.checks to use a new LineCheck
Zac Medico
2007-11-10
1
-179
/
+106
*
Fix 'TypeError: not all arguments converted during string formatting'
Zac Medico
2007-11-05
1
-1
/
+1
*
Properly escape { and } characters in regular expressions even
Zac Medico
2007-11-01
1
-3
/
+3
*
Remove an extra \$ from the EbuildQuote.var_reference regex
Zac Medico
2007-11-01
1
-1
/
+1
*
Make the EbuildUselessCdS check for both quoted and unquoted ${S}
Zac Medico
2007-11-01
1
-1
/
+1
*
Add a check for redundant cd "${S}" statements on the first
Zac Medico
2007-11-01
2
-1
/
+23
*
Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
Zac Medico
2007-10-23
1
-0
/
+19
*
Make the EbuildQuote check ignore lines beginning
Zac Medico
2007-10-05
1
-1
/
+1
*
In the EbuildQuote check, combine the var_assignment
Zac Medico
2007-10-03
1
-4
/
+1
*
Filter some false positives out of the EbuildQuote check.
Zac Medico
2007-10-02
1
-13
/
+48
*
Rename checks as the naming was overkill (they are all obviously checks being...
Alec Warner
2007-10-01
2
-6
/
+24
*
keep old repoman names so we don't confuse people
Alec Warner
2007-10-01
1
-1
/
+1
*
Add new repoman check classes using StringIO; possibly need some testing, obv...
Alec Warner
2007-10-01
3
-0
/
+189