Commit graph

22 commits

Author SHA1 Message Date
William Poteat
883754e2e5 Add support for centpkg 2021-05-11 17:10:05 +02:00
Neal Gompa
cbaa09697f Use createrepo_c for creating rpm-md repos
createrepo_c is a faster and more correct implementation of
generating rpm repositories, used by Fedora, openSUSE, and Mageia
for creating official distro repositories. It is also used by COPR
for creating repositories for packages built through its system.
2017-04-01 18:27:19 -04:00
Franz Dietrich
0aff49b01d Just a small typo 2016-04-23 13:29:38 +02:00
Thomas Wiest
ea4936c1bb Added ability to pass extra copr-cli build options to the copr releaser. 2015-11-12 10:45:28 -05:00
Jakub Kadlčík
5d015a8679 Document possibility to upload SRPM directly to Copr 2015-09-11 09:39:45 +02:00
Devan Goodwin
52fee81d8c Require new srpm_disttag for rsync/yum releasers.
Fixes issue where just build srpm would be deleted as too old if
building for a newer looking disttag in mock. (i.e. f20 building for
f21)

Also generates more correct looking SRPMs in all cases.
2014-12-23 11:33:36 -04:00
Devan Goodwin
8eae79c04a Add documentation for bugzilla flag checking. 2014-06-23 14:46:42 -03:00
Dominic Cleal
9ca849b7d9 Add 'scl' builder option for software collection name
With a general 'scl' builder option, a software collection name can be
specified irrespective of the releaser used.  RsyncReleaser's own 'scl'
option has been deprecated in favour of using 'builder.scl' in
releasers.conf.
2014-05-04 21:33:54 +01:00
Devan Goodwin
11b58b62ae Remove legacy CvsBuilder and CvsReleaser.
These build systems no longer exist to the best of my knowledge.
2014-03-07 14:18:43 -04:00
Miroslav Suchý
b8f8372572 add Copr releaser
based on KojiReleaser, with few minor changes in KojiReleaser to prevent
duplication of code.
To learn more about Copr see:
https://fedorahosted.org/copr/
2013-11-04 16:03:00 +01:00
Miroslav Suchý
4338af875f Implement OBS releaser 2013-07-18 10:16:31 +02:00
Adam Miller
90ecad1b2e docs clean up and additions for build_targets 2013-06-19 13:19:12 -05:00
Miroslav Suchý
25d8e44339 various enhancement to man pages 2013-04-24 22:57:55 +02:00
Miroslav Suchý
23faae8487 document KojiReleaser and do not mark it as experimental any more 2013-04-24 22:57:55 +02:00
Devan Goodwin
fa705ff825 Merge pull request #72 from spkane/master
Configure rsync to preserve timestamps and file permissions
2013-04-24 09:08:13 -07:00
Miroslav Suchý
f023538a80 document scl option for rsync releaser 2013-04-24 16:12:12 +02:00
Miroslav Suchý
53d186223c document RSYNC_USERNAME 2013-04-24 16:12:12 +02:00
Sean P. Kane
c87113a2a9 Add ability to customize rsync arguments 2013-04-18 13:25:28 -07:00
Pall Sigurdsson
03674d4aee manpages for releasers.conf now have updated information for rsyncreleaser and yumreporeleaser 2012-08-29 16:34:22 -03:00
Devan Goodwin
a71d20fa04 Add support for test build releases.
Adding "builder.test = 1" to a target in releasers.conf will allow you
to submit test builds out to a yum repository. This can be useful for
automated nightly builds. This is done as a builder arg rather than a
CLI argument to prevent anyone from accidentally doing a --test release
for something important. Instead it is a feature you configure once for
your targets.
2012-03-14 13:17:58 -03:00
Devan Goodwin
ecd9df22dc Update manpage to show multiple rsync paths. 2011-11-25 16:31:37 -04:00
Devan Goodwin
d2c7fdf042 Documentation update.
More to come...
2011-10-16 14:34:23 -03:00