Commit graph

248 commits

Author SHA1 Message Date
clime
27d2617f74 add rpkg.conf with auto_pack = True so that srpm can be built 2019-05-16 12:20:51 +02:00
clime
1a3597b6ad bump version
* should have been bumped already on the prev commit with 1.11 tag
2019-05-16 12:20:16 +02:00
clime
1c3f79400f remove python3-configparser from requires as it is contained in python3
standard lib
2019-04-29 22:52:03 +02:00
Miroslav Suchý
468638d0bf readme: mention license in readme 2019-04-04 09:54:46 +02:00
Miroslav Suchý
2b18c5c706 readme: add examples of deployements 2019-04-04 09:52:19 +02:00
clime
c3dd2d971b create /usr/bin links to dist-git's executable files 2019-03-12 10:27:26 +01:00
clime
2092ddc97c version bump to 1.10 2019-03-11 22:37:57 +01:00
clime
98db9de1ce we need to read whole stdin in post-receive hook to avoid error during git push
the error being 'error in sideband demultiplexer'
2019-03-11 22:28:35 +01:00
clime
482915fc40 update tests to f29 2019-03-11 16:09:32 +01:00
clime
2e30538b1a fix naming of GroupCheckTest 2019-03-11 16:01:45 +01:00
clime
f1068438d2 in tests first install the desired config, then run setup_git_package
setup_git_package uses information from the config. This fixes problem
with failing grokmirror test.
2019-03-11 16:00:02 +01:00
clime
465967d52b fix post-receive hook to account for empty post-receive-chained.d 2019-03-11 15:59:05 +01:00
clime
eb9ab02d02 make upload.cgi python2/3 compatible, fix formatting 2019-03-11 12:41:08 +01:00
Miroslav Suchý
d558c4054b
Mention fedpkg as well. 2019-03-07 20:03:42 +01:00
Michal Novotný
e1f8955f98
Merge pull request #23 from zhongtianxie/master
update to real rpkg client url
2019-03-04 12:51:49 +01:00
xiezhongtian
cb85bfd512 update to real rpkg client url 2019-03-04 14:03:44 +08:00
clime
941f838d9e version bump to 1.9, add missing changelog for 1.8 2018-11-23 08:51:24 +01:00
Miroslav Suchý
65883ca546
Merge pull request #22 from release-engineering/allow_setting_mtime
Allow setting mtime
2018-11-15 22:47:24 +01:00
clime
ed72dfc827 fix check for existing distgit VM in beaker-tests 2018-11-15 15:49:17 +01:00
clime
d2329ea330 add support for setting mtime for an uploaded file 2018-11-15 15:49:13 +01:00
Michal Novotný
d012620be9
Merge pull request #20 from puiterwijk/use-remote-user
Use REMOTE_USER as fallback for GSS_NAME
2018-10-01 08:16:39 -04:00
Patrick Uiterwijk
0141af8a39 Use REMOTE_USER as fallback for GSS_NAME
GSS_NAME is only set in a specific configuration (with GssapiLocalNames on).
Make the upload.cgi also work if that configuration is not set.

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2018-09-30 20:34:59 +02:00
clime
1ae51fade8 set umask 0002 in all available dist-git scripts
* not necessary if you run the scripts/hooks as an unprivileged user
but useful if you happen to run them as root, which you probably should
not.
2018-09-24 11:01:25 +02:00
clime
115742f026 do not touch sources file when creating the repo 2018-09-20 11:40:42 +02:00
clime
7deaf9a52d version bump 2018-08-14 23:30:54 +02:00
clime
3f2186dca6 fix lookaside_dir test 2018-08-14 22:54:54 +02:00
clime
be1b1c0b9a installing python-grokmirror from Vagrantfile is not needed 2018-08-14 21:36:01 +02:00
clime
09a8e92724 fix python-grokmirror dep 2018-08-14 21:27:43 +02:00
clime
c3ac884a4f update rpkg.conf in tests 2018-08-14 21:06:59 +02:00
clime
26bb3048c4 add lookaside_dir option, deprecate cache_dir 2018-08-14 21:06:50 +02:00
Miroslav Suchý
c0643b9dc6 defattr is not needed since rpm 4.2
additionally %{name}.cfgs is added to the end on %files, so %defattr used in that files does not
have influence on the main %files section
2018-07-30 10:48:18 +02:00
clime
4d32e81288 add example conf for RH staging DistGit 2018-03-27 12:56:44 +02:00
clime
1d5be9655f uncomment test cleanup line 2018-03-27 12:36:50 +02:00
clime
a8a544a6ef add deprecated cache_dir_override option
* yes, you read it correctly.
2018-03-27 12:29:54 +02:00
clime
dcf1876c4a add rhpkg test 2018-03-27 10:29:55 +02:00
clime
bce932a662 add disable_group_check configuration option for upload script 2018-03-26 20:57:51 +02:00
Michal Novotný
6502c87ebd
Update README.md 2018-03-25 10:38:27 +02:00
clime
7b49a9485f remove link to outdated instructions 2018-02-26 15:57:06 +01:00
clime
38f59fc01d update README.md instructions how to build a package 2018-02-26 15:55:16 +01:00
clime
9d90d0461a bump version 2018-02-26 14:27:45 +01:00
clime
ba8fd50109 use config.get('upload', 'option') instead of config['upload'].get('option')
* the former does not give internal server error when 'upload' is missing
2018-02-26 14:10:27 +01:00
clime
5a673a43e7 Wait with tito->rpkg migration, we still need tito here and there 2018-02-26 09:34:05 +01:00
clime
e0b629ab8c move fedmsgs, nomd5, old_paths config options to [upload] ini section 2018-02-26 09:24:23 +01:00
clime
6381aa3461 rpkg is now used for releasing 2018-02-21 11:04:45 +01:00
Michal Novotný
10f0c674a9
Update README.md 2018-02-21 11:02:33 +01:00
clime
c909efc4db update README 2018-02-21 11:00:57 +01:00
clime
0fde1ed855 version bump 2018-02-19 12:05:41 +01:00
clime
84b5223c41 add distgit-centos7 machine config, add possibility to test against it, add more (direct) tests 2018-02-19 11:48:00 +01:00
clime
dd8715d3a4 fix Requires definitions 2018-02-19 10:54:27 +01:00
clime
133c785323 update fedpkg config to contain now required fedpkg.pagure section 2018-02-19 09:06:47 +01:00