misc
/
portage
debian
master
gentoo portage for debian
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
repoman
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290)
Zac Medico
2008-02-08
1
-1
/
+1
*
Remove the manifest1 digest file removal code since it's no longer
Zac Medico
2008-02-01
1
-39
/
+0
*
Unconditionally disable manifest1 compatibility since it's been dropped
Zac Medico
2008-01-31
1
-4
/
+1
*
- Remove ebuild.autotools repoman check since it produces lots
Zac Medico
2008-01-31
1
-15
/
+1
*
Check for quoted ${A}. Thanks to maekke for this patch. (trunk r9206)
Zac Medico
2008-01-31
1
-1
/
+12
*
Replace hardcoded value with max_desc_len. (trunk r9192)
Zac Medico
2008-01-12
1
-1
/
+1
*
Bug #203887 - Make repoman recognize RESTRICT="installsources".
Zac Medico
2008-01-11
1
-1
/
+2
*
Adjust the max DESCRIPTION.toolong length to 100 characters so that
Zac Medico
2008-01-11
1
-2
/
+2
*
Add a new "ebuild.autotools" check for when ebuilds call
Zac Medico
2008-01-11
1
-5
/
+19
*
Add a DESCRIPTION.toolong warning for when the DESCRIPTION line is
Zac Medico
2008-01-11
1
-0
/
+11
*
per bug 204468, remove old check from repoman (all ebuilds in
Zac Medico
2008-01-11
1
-26
/
+0
*
Bug #204651 - Make repoman respect NOCOLOR=true. (trunk r9151)
Zac Medico
2008-01-06
1
-1
/
+2
*
Minor code readablity enhancements:
Zac Medico
2007-12-28
1
-6
/
+8
*
Bug #201498 - Use desktop-file-validate to validate *.desktop
Zac Medico
2007-12-28
1
-1
/
+27
*
Fix broken handling of the tuple that's returned from
Zac Medico
2007-12-28
1
-1
/
+1
*
Eliminate redundant "notadded" error filtering. (trunk r9023)
Zac Medico
2007-12-21
1
-7
/
+1
*
Bug #140180 - Ignore missing HOMEPAGE and LICENSE variables for
Zac Medico
2007-12-19
1
-1
/
+2
*
Split out a format_qa_output() function to eliminate duplicate code.
Zac Medico
2007-12-15
1
-59
/
+57
*
Instead of all modes, only in commit mode save an extra copy of QA
Zac Medico
2007-12-15
1
-1
/
+3
*
Save QA output so that it can be conveniently displayed
Zac Medico
2007-12-15
1
-13
/
+99
*
Prompt the user before letting the editor
Zac Medico
2007-12-14
1
-0
/
+5
*
* Add support for multi-line commit message input by using EOF
Zac Medico
2007-12-14
1
-7
/
+84
*
Fix the bug #198398 code from trunk to be compatible with the code
Zac Medico
2007-12-13
1
-2
/
+2
*
Use the BAD color class instead of hardcoded red. (trunk r8904)
Zac Medico
2007-12-13
1
-1
/
+1
*
Bug #198398 - Make repoman bail out if support for RMD160 hash
Zac Medico
2007-12-13
1
-0
/
+18
*
Bug #140180 - Never trigger a LICENSE.missing violation for old style
Zac Medico
2007-11-24
1
-2
/
+4
*
Make 'full' the default mode, since 'scan' can be annoying when it
Zac Medico
2007-11-20
1
-4
/
+4
*
Convert all the checks in repoman.checks to use a new LineCheck
Zac Medico
2007-11-20
1
-108
/
+90
*
Remove the usage.obsolete "KEYWORDS contain -*" warning since people
v2.1.3.19
Zac Medico
2007-11-06
1
-3
/
+0
*
Port the EbuildNestedDie check from trunk since the
Zac Medico
2007-11-05
1
-4
/
+25
*
Generate a usage.obsolete warning whenever
Zac Medico
2007-11-04
1
-2
/
+5
*
Sort scanlist and ebuildlist to ensure that repoman always
Zac Medico
2007-11-02
1
-0
/
+2
*
Remove an extra \$ from the EbuildQuote.var_reference regex
Zac Medico
2007-11-02
1
-4
/
+4
*
Add a check for redundant cd "${S}" statements on the first
Zac Medico
2007-11-02
1
-1
/
+23
*
Optimize repoman visibility checks to access as little
Zac Medico
2007-11-02
1
-2
/
+2
*
Optimize repoman to share portdbapi.cp_list() results
Zac Medico
2007-11-02
1
-0
/
+3
*
Bug #196652 - Check for useless ABOUT-NLS|COPYING|LICENSE
Zac Medico
2007-10-23
1
-1
/
+20
*
Fix --help summary so that "commit" mode shows. (trunk r8140)
Zac Medico
2007-10-15
1
-1
/
+1
*
Sort the modes in the repoman --help output. (trunk r8125)
Zac Medico
2007-10-15
1
-0
/
+3
*
Move the "commit" mode manifest generation earlier in order
Zac Medico
2007-10-12
1
-9
/
+6
*
Make the EbuildQuote check ignore lines beginning
Zac Medico
2007-10-05
1
-1
/
+1
*
Eliminate confusing false positive error messages
Zac Medico
2007-10-05
1
-7
/
+22
*
Fix logic for the message that's show when
Zac Medico
2007-10-05
1
-1
/
+1
*
Make repoman bail out if it is unable to properly
Zac Medico
2007-10-05
1
-19
/
+52
*
Update the docs for the "ebuild.syntax" error to
Zac Medico
2007-10-05
1
-1
/
+1
*
Port the EbuildQuote check from trunk. (trunk r7904)
Zac Medico
2007-10-05
1
-3
/
+80
*
Convert myoptions from a list to a dict. (trunk r7714)
Zac Medico
2007-09-06
1
-6
/
+5
*
Move some of the less expensive QA checks before dep_check() so that they're
Zac Medico
2007-09-06
1
-106
/
+106
*
Skip the most expensive QA tests when --force in enabled since there's no
Zac Medico
2007-09-06
1
-0
/
+6
*
Fix RepoMan's grammar. (trunk r7711)
Zac Medico
2007-09-06
1
-1
/
+1
[next]