Commit graph

  • bb2153d44b
    Merge pull request #36 from pypingou/fedora-messaging Michal Novotný 2020-06-11 15:00:37 +02:00
  • a2d334e898 Add support for fedora-messaging notifications Pierre-Yves Chibon 2020-06-10 10:00:36 +02:00
  • d749fa164a
    Merge pull request #35 from FrostyX/static-port-number-for-tests Michal Novotný 2020-05-25 01:14:38 +02:00
  • a9e1187441 Revert "disable unit tests as they do not pass with network disabled during build" Jakub Kadlcik 2020-05-25 01:00:34 +02:00
  • 60c3bc46b8 Use fixed port number for our python tests Jakub Kadlcik 2020-05-22 20:27:42 +02:00
  • 7d376539a3 version bump dist-git-1.14-1 clime 2020-05-21 11:19:04 +02:00
  • 1a3ca4219f disable unit tests as they do not pass with network disabled during build clime 2020-05-21 11:18:32 +02:00
  • bf52a7afe5 version bump dist-git-1.13-1 clime 2020-05-21 09:01:16 +02:00
  • d00568ddfa
    Update README.md Michal Novotný 2020-05-17 14:43:13 +02:00
  • 20f21edc92
    Update README.md Michal Novotný 2020-05-17 14:40:27 +02:00
  • 6fa7d7e6dc
    Merge pull request #33 from release-engineering/issue#30 Michal Novotný 2020-05-16 22:16:15 +02:00
  • 39548c2e37 add note about problems with default vagrant file ownership issue#30 clime 2020-05-16 22:07:40 +02:00
  • 4706a01553 remove recommendation about using container or virtual machine to run the tests clime 2020-05-16 20:09:06 +02:00
  • 3141fb7ff9 add mention about beaker-tests/README.md into top-level README.md clime 2020-05-16 20:08:37 +02:00
  • 6f088ecc39 run grok-mirror related tests only if grok-mirror is installed clime 2020-05-16 18:09:00 +02:00
  • 24f8888e07 install test deps by a single command in beaker-tests/setup.sh clime 2020-05-16 18:08:18 +02:00
  • 0dccddc189 Use nosetests-3 command on python3 distributions Jakub Kadlcik 2020-05-14 11:59:13 +02:00
  • c0ac987135 apply e499ce6916 fix to other vms too clime 2020-05-16 16:32:08 +02:00
  • e499ce6916 Build the dist-git package as non-root user Jakub Kadlcik 2020-05-16 15:52:53 +02:00
  • 4c12b62c78 remove redundant commas in README.md for beaker-tests clime 2020-05-14 07:09:56 +02:00
  • 040b32b967 fix typo clime 2020-05-14 07:08:27 +02:00
  • f0a8301003 slight beaker-tests/README.md tweaks clime 2020-05-14 03:24:12 +02:00
  • 4e8b7531d7 add README.md for beaker-tests clime 2020-05-14 03:20:27 +02:00
  • e4cce61596 fixes for epel-8 Vagrantfile clime 2020-05-10 23:47:26 +02:00
  • 541924646d comment tweak clime 2020-05-10 23:47:14 +02:00
  • 47fcf75151 packaging fixes for epel8 clime 2020-05-10 23:46:11 +02:00
  • 9f5cc729ef disable rhpkg tests as it is not a public tool clime 2020-05-10 23:45:29 +02:00
  • 1a80ec16a9 raise memory for Vagrantfile **, add explaining comment for "distgit" where it should be "dist-git" clime 2020-05-10 23:43:34 +02:00
  • c54109e8f0 update fedpkg config for f31 fedpkg clime 2020-05-10 23:41:26 +02:00
  • e86faa6965 use f32 instead of f31 in Vagrantfile, fix definition for centos clime 2020-05-10 19:10:06 +02:00
  • c9715b953e use rpkg for epel8 clime 2020-04-22 02:17:08 +02:00
  • 5965ea4148 add vagrant definition for CentOS 8, try to use dist-git or DistGit where possible clime 2020-03-20 16:49:48 +01:00
  • 9e347994b0 use f31 in tests clime 2020-03-20 16:37:28 +01:00
  • 968cd7b1f3
    Merge pull request #34 from FrostyX/upload-cgi-tests Michal Novotný 2020-05-11 19:58:12 +02:00
  • 2368a283a8 Run tests within spec %check phase Jakub Kadlcik 2020-05-11 13:47:54 +02:00
  • dbab995424 Describe how to run python tests Jakub Kadlcik 2020-05-11 12:14:43 +02:00
  • 104a272130 tests: use an appropriate imports and shebang in python3 Jakub Kadlcik 2020-05-11 13:43:49 +02:00
  • 9dceb5baa1 tests: use the correct path to upload.cgi script Jakub Kadlcik 2020-05-11 12:06:55 +02:00
  • 6a42424c6a tests: in real-life usage, REQUEST_URI will exist Jakub Kadlcik 2020-05-09 13:09:48 +02:00
  • 6ddb5115d5 tests: polish the asserted output messages Jakub Kadlcik 2020-05-09 13:09:13 +02:00
  • 2a79155be6 tests: override shebang to python2 Jakub Kadlcik 2020-05-09 13:08:44 +02:00
  • 982fe628f6 tests: generate config file Jakub Kadlcik 2020-05-09 13:07:58 +02:00
  • 9cb830b23f Add tests for upload.cgi script Jakub Kadlcik 2020-05-09 12:53:52 +02:00
  • b1574ccad3 Add executable bit for upload.cgi script Jakub Kadlcik 2020-05-09 14:07:17 +02:00
  • 74a83c77fe
    Merge pull request #32 from FrostyX/upload-cgi-refactoring-2 Michal Novotný 2020-05-03 14:50:32 +02:00
  • 5c4de58f41 Move form hash parsing to its own function Jakub Kadlcik 2020-05-01 13:30:50 +02:00
  • 77dccfad21 Move fedmsg code to its own function Jakub Kadlcik 2020-05-01 13:27:23 +02:00
  • 57eac00d19 Move config parsing to its own function Jakub Kadlcik 2020-05-01 13:25:16 +02:00
  • 4c2e918e76 Install an importable python package with helper functions Jakub Kadlcik 2020-04-28 15:56:03 +02:00
  • 5d8ccf050f address issue #28 issue#28 clime 2020-03-20 16:35:46 +01:00
  • 25a94ec4e7 remove_unused_sources: print to log what we are unlinking Pavel Raiskup 2019-06-10 08:40:22 +02:00
  • 6ff6fb94bd we first need to read all the input to be able to send an error clime 2019-06-11 17:50:40 +02:00
  • 3111958b1e use more generic conversion to float for mtime clime 2019-06-08 20:14:45 +02:00
  • 48f795801f fix bug with renderring error responses clime 2019-06-07 16:35:33 +02:00
  • c45b8e82ec remove_unused_sources: print to log what we are unlinking Pavel Raiskup 2019-06-10 08:40:22 +02:00
  • 80a6fbea98 bump up version dist-git-1.12-1 Miroslav Suchý 2019-05-28 16:56:11 +02:00
  • 3f74ef778d update link to rpkg site Miroslav Suchý 2019-05-28 16:51:21 +02:00
  • b81e4098ec remove old changelog entries Miroslav Suchý 2019-05-28 16:46:13 +02:00
  • 0827f91cbb do not specify full path for hardlink [RHBZ#1714637] Miroslav Suchý 2019-05-28 16:45:34 +02:00
  • ba39b12442 add script for removing unused source tarballs in lookaside cache Dominik Turecek 2019-04-02 10:11:44 +02:00
  • 56154cdeb2 add script for removing unused source tarballs in lookaside cache Dominik Turecek 2019-04-02 10:11:44 +02:00
  • 27d2617f74 add rpkg.conf with auto_pack = True so that srpm can be built clime 2019-05-16 12:15:21 +02:00
  • 1a3597b6ad bump version clime 2019-05-16 12:19:10 +02:00
  • 1c3f79400f remove python3-configparser from requires as it is contained in python3 standard lib dist-git-1.11-1 clime 2019-04-29 22:52:03 +02:00
  • 468638d0bf readme: mention license in readme Miroslav Suchý 2019-04-04 09:54:46 +02:00
  • 2b18c5c706 readme: add examples of deployements Miroslav Suchý 2019-04-04 09:52:19 +02:00
  • c3dd2d971b create /usr/bin links to dist-git's executable files clime 2019-03-12 09:57:53 +01:00
  • 2092ddc97c version bump to 1.10 dist-git-1.10-1 clime 2019-03-11 22:37:57 +01:00
  • 98db9de1ce we need to read whole stdin in post-receive hook to avoid error during git push clime 2019-03-11 22:28:35 +01:00
  • 482915fc40 update tests to f29 clime 2019-03-11 16:09:32 +01:00
  • 2e30538b1a fix naming of GroupCheckTest clime 2019-03-11 16:01:45 +01:00
  • f1068438d2 in tests first install the desired config, then run setup_git_package clime 2019-03-11 16:00:02 +01:00
  • 465967d52b fix post-receive hook to account for empty post-receive-chained.d clime 2019-03-11 15:51:49 +01:00
  • eb9ab02d02 make upload.cgi python2/3 compatible, fix formatting clime 2019-03-11 10:23:43 +01:00
  • d558c4054b
    Mention fedpkg as well. Miroslav Suchý 2019-03-07 20:03:42 +01:00
  • e1f8955f98
    Merge pull request #23 from zhongtianxie/master Michal Novotný 2019-03-04 12:51:49 +01:00
  • cb85bfd512 update to real rpkg client url xiezhongtian 2019-03-04 14:03:44 +08:00
  • 941f838d9e version bump to 1.9, add missing changelog for 1.8 dist-git-1.9-1 clime 2018-11-23 08:50:19 +01:00
  • 65883ca546
    Merge pull request #22 from release-engineering/allow_setting_mtime Miroslav Suchý 2018-11-15 22:47:24 +01:00
  • ed72dfc827 fix check for existing distgit VM in beaker-tests allow_setting_mtime clime 2018-11-15 15:49:17 +01:00
  • d2329ea330 add support for setting mtime for an uploaded file clime 2018-11-15 14:37:30 +01:00
  • d012620be9
    Merge pull request #20 from puiterwijk/use-remote-user Michal Novotný 2018-10-01 08:16:39 -04:00
  • 0141af8a39 Use REMOTE_USER as fallback for GSS_NAME Patrick Uiterwijk 2018-09-30 20:34:59 +02:00
  • 1ae51fade8 set umask 0002 in all available dist-git scripts clime 2018-09-24 10:50:22 +02:00
  • 115742f026 do not touch sources file when creating the repo clime 2018-09-20 11:40:42 +02:00
  • 7deaf9a52d version bump dist-git-1.8-1 clime 2018-08-14 23:30:54 +02:00
  • 3f2186dca6 fix lookaside_dir test clime 2018-08-14 22:54:54 +02:00
  • be1b1c0b9a installing python-grokmirror from Vagrantfile is not needed clime 2018-08-14 21:36:01 +02:00
  • 09a8e92724 fix python-grokmirror dep clime 2018-08-14 21:27:43 +02:00
  • c3ac884a4f update rpkg.conf in tests clime 2018-08-14 21:06:59 +02:00
  • 26bb3048c4 add lookaside_dir option, deprecate cache_dir clime 2018-08-14 21:06:02 +02:00
  • c0643b9dc6 defattr is not needed since rpm 4.2 Miroslav Suchý 2018-07-30 10:48:18 +02:00
  • 4d32e81288 add example conf for RH staging DistGit clime 2018-03-27 12:56:44 +02:00
  • 1d5be9655f uncomment test cleanup line clime 2018-03-27 12:36:50 +02:00
  • a8a544a6ef add deprecated cache_dir_override option clime 2018-03-27 12:24:23 +02:00
  • dcf1876c4a add rhpkg test clime 2018-03-27 10:23:51 +02:00
  • bce932a662 add disable_group_check configuration option for upload script clime 2018-03-22 16:57:57 +01:00
  • 6502c87ebd
    Update README.md Michal Novotný 2018-03-25 10:38:27 +02:00
  • 7b49a9485f remove link to outdated instructions clime 2018-02-26 15:57:06 +01:00
  • 38f59fc01d update README.md instructions how to build a package clime 2018-02-26 15:54:04 +01:00