| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The only useful thing for the moment is the description of configuration
options.
|
| |
|
|
|
|
|
|
| |
Only a few configuration options in repsys.conf are really useful. Removed
the remaining [template] section.
|
| |
|
|
|
|
|
|
|
|
|
| |
These sections are referenced by the "rpm-macros" option in
[submit ..] sections and contain the RPM macros to be used with the
target of the package being generated. These macros are defined using
--define option of rpm.
|
|
|
|
|
|
|
| |
It will contain macros overriding the local system ones. The reason for it
is to make changelogs generated in kenobi (2007.0) having the cooker
release number (in the case 2007.1).
|
|
|
|
| |
repsys 1.5
|
| |
|
| |
|
|
|
|
|
| |
bindir.
|
|
|
|
|
|
| |
leave the burden of the installation only to distutils, and make spec
file more simple
|
| |
|
|
|
|
|
| |
- fixed setup.py installation of datadir files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- improved markrelease command line parsing
- changelogs entries are now groupped by author, and sorted by revision
number
- the changelog now is generated using the Cheetah Template Engine, to
allow quick modifications without spending time reading code and
introducing new bugs
- consequently, was added an option "-T <file>" to rpmlog and getsrpm to
allow choosing the path of the template to be used
- added options noauth=0, and baseurl=None in order to disable the
authentication in some url schemes (http:// and //)
- replaced some "cl" references to "mdv"
|
|
|