Commit Graph

235 Commits

Author SHA1 Message Date
Lubomír Sedlář 659d8a3f7e New upstream release 4.1.19 2017-09-20 08:54:31 +02:00
Lubomír Sedlář 731e20cc43 New upstream release 4.1.18 2017-08-22 10:52:08 +02:00
Dusty Mabe 820240d786
add python3-koji-cli-plugins dependency
This is needed according to patrick for the runroot plugin.
2017-08-09 10:32:35 -04:00
Lubomír Sedlář 4a867a8a82 Clean up latex dependencies 2017-07-31 16:04:26 +02:00
Fedora Release Engineering d04eccbd35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 09:10:47 +00:00
Lubomír Sedlář 42340df6c6 Fixes for modular compose with gather nodeps method 2017-07-20 15:05:40 +02:00
Lubomír Sedlář 392c8324be Remove unused patches 2017-07-17 10:44:10 +02:00
Lubomír Sedlář 6b1bd911f5 New upstream release 4.1.17 2017-07-17 10:17:10 +02:00
Lubomír Sedlář be047542a9 Explicitly require python2-koji
The koji cli is now python 3, so we would be missing the libraries
otherwise.
2017-07-13 08:52:34 +02:00
Lubomír Sedlář 8fc356987f Add dropped livemedia phase 2017-06-19 09:01:45 +02:00
Lubomír Sedlář d98f0168b0 Handle failed subtasks when getting Koji results 2017-06-13 09:00:04 +02:00
Lubomír Sedlář 6df1a3e389 New upstream release 4.1.16 2017-06-12 11:56:33 +02:00
Lubomír Sedlář d2fa77f054 Ensure all phases are stopped correctly on failure 2017-06-05 14:26:32 +02:00
Lubomír Sedlář 8307bc6d5f New upstream release 4.1.15 2017-05-05 13:55:40 +02:00
Lubomír Sedlář 609a02d1f1 Expand compatible arches when gathering from modules 2017-04-13 10:15:08 +02:00
Lubomír Sedlář 3ad0305134 Fix createrepo issue for modular compose 2017-04-11 15:21:53 +02:00
Lubomír Sedlář eba2dfa549 New upstream release 4.1.14 2017-03-28 14:46:07 +02:00
Lubomír Sedlář d01df63d42 Actually add the patch 2017-03-06 19:37:37 +01:00
Lubomír Sedlář 22d4317c55 Remove check for number of images 2017-03-06 19:35:50 +01:00
Lubomír Sedlář f61a074421 New upstream release 4.1.13 2017-03-06 10:12:06 +01:00
Dennis Gilmore 0aacdc8822 Merge branch 'master' into epel7 2017-02-17 12:17:23 -06:00
Fedora Release Engineering f17b7835b9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 07:58:18 +00:00
Dennis Gilmore 0a6966ac86 add patches for pagure pr#517
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-24 02:23:23 -06:00
Dennis Gilmore 3583788648 update patch with fix for test suite failures
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-18 15:38:15 -06:00
Dennis Gilmore 7fa76d01df add patch to replace ${basearch} in the ostree ref
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-18 14:29:23 -06:00
Dennis Gilmore 4e5b6f476b switch to updated patch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-18 12:58:32 -06:00
Dennis Gilmore ef582340b6 add patch from Patrick to give us some ostree debuging
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-01-18 12:56:04 -06:00
Lubomír Sedlář 6aede5be20 Require newer python-productmd 2017-01-18 15:14:14 +01:00
Lubomír Sedlář b7b404a6e0 New upstream release 4.1.12 2017-01-18 14:42:22 +01:00
Lubomír Sedlář e0249a029f Add patches for koji kerberos auth 2016-12-14 14:07:50 +01:00
Lubomír Sedlář 6f72597677 Backport patches for ostree installer
* Expose lorax's rootfs-size argument
 * Use dvd-ostree as type in metadata
2016-12-08 08:59:47 +01:00
Lubomír Sedlář 6db0406068 Add missing dependency on libguestfs-tools-c
also remove patches applied to tarball.
2016-11-21 08:09:38 +01:00
Dennis Gilmore 5908d4f781 updated source
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-11-16 07:49:46 -06:00
Lubomír Sedlář a3ac81a977 Escape % sign in changelog
to silence rpmlint complaining about macro-in-%changelog.
2016-11-16 10:16:19 +01:00
Lubomír Sedlář 39a95b7f87 Simplify running tests
There is no need to run the tests both by setup.py and nose: it just
runs the same tests twice. Also, generating coverage data is useless and
it will not be visible anywhere anyway. This allows us to get rid of one
build requires.

Also we should first run unittests and only then build the data for
dummy compose: if the tests fail, we get the info earlier.
2016-11-16 10:15:40 +01:00
Lubomír Sedlář 2a2ed408b8 Backport upstream patches to fix running tests 2016-11-16 10:15:40 +01:00
Dennis Gilmore 107727fa5c update tarball
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-11-15 19:57:42 -06:00
Dennis Gilmore 2142ad1c05 add BR on tex(color.cfg)
rawhide split up things in texlive again. we need to add an extra BR

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-11-15 17:38:15 -06:00
Dennis Gilmore 1b20dce0c1 [ostree] Allow extra repos to get packages for composing OSTree repository
(qwan)
- pungi: Run in-process for testing (lsedlar)
- pungi: Only add logger once (lsedlar)
- pungi: Connect yum callback to logger (lsedlar)
- extra-files: Nice error message on missing RPM (lsedlar)
- compose: Drop unused argument (lsedlar)
- compose: Search all nested variants (lsedlar)
- ostree-installer: Capture all lorax logs (lsedlar)
- lorax-wrapper: Put all log files into compose logs (lsedlar)
- pungi: Fix reading multilib config files (lsedlar)
- pungi: Fulltree should not apply for input multilib package (lsedlar)
- pungi: Add tests for depsolving (lsedlar)
- Update ostree phase documentation (lsedlar)
- [ostree] Allow adding versioning metadata (qwan)
  (lubomir.sedlar)
- [ostree] New option to enable generating ostree summary file (qwan)
- pungi: Avoid removing from list (lsedlar)
- pungi: Allow globs in %multilib-whitelist (dmach)
- pungi: Exclude RPMs that are in lookaside (dmach)
- pungi: Fix excluding SRPMs (dmach)
- pungi: Speed up blacklist processing (dmach)
- Update tests to use ostree write-commit-id (puiterwijk)
- ostree: Use the write-commitid-to feature rather than parsing ostree logs
  (puiterwijk)
- checks: Check for createrepo_c (lsedlar)
- checks: Update tests to not require python modules (lsedlar)
- Remove executable permissions on test scripts (puiterwijk)
- Add more require checks (puiterwijk)
- Fix package name for createrepo and mergerepo (puiterwijk)
- not using 'git -C path' which is not supported by git 1.x (qwan)
- pungi-koji: add option for not creating latest symbol link (qwan)
- Replace mount/umount with guestfsmount and 'fusermount -u' (qwan)
- config: Don't abort on deprecated options (lsedlar)
- metadata: Treeinfo should point to packages and repo (lsedlar)
- Send notification when compose fails to start (lsedlar)
- metadata: Stop crashing for non-bootable products (lsedlar)
- createiso: Do not split bootable media (lsedlar)
- doc: Fix a typo in progress notification example (lsedlar)
- Dump images.json after checksumming (lsedlar)
- metadata: Correctly clone buildinstall .treeinfo (lsedlar)
- createiso: Include layered product name in iso name (lsedlar)
- buildinstall: Only transform arch for lorax (lsedlar)
- iso-wrapper: Remove the class (lsedlar)
- config: Validate variant regular expressions (lsedlar)

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-11-15 15:19:30 -06:00
Dennis Gilmore 3c2e0c6529 remove upstreamed patch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-08 12:23:11 -05:00
Dennis Gilmore 020f1c9a88 pungi: Replace kickstart repo url (mark)
- ostree-installer: Reduce duplication in tests (lsedlar)
- ostree-installer: Generate correct volume ID (lsedlar)
- ostree-installer: Use ostree as type in filename (lsedlar)
- ostree: Use $basearch in repo file (lsedlar)
- config: Accept empty branch in SCM dict (lsedlar)
- Remove duplicated version from pungi script (lsedlar)
- use --new-chroot when making ostree's (dennis)
- Create git tags without release (lsedlar)
- Translate paths without double slash (lsedlar)
- Remove shebangs from non-executable files (lsedlar)
- Remove FSF address from comments (lsedlar)
- Update contributing guide (lsedlar)
- init: Remove keep_original_comps option (lsedlar)
- tests: Use unittest2 consistently (lsedlar)

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-10-08 12:22:54 -05:00
Dennis Gilmore d4fd082b9e add patch to enable use of --new-chroot for ostree tasks
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-29 09:27:04 -05:00
Lubomír Sedlář 99d8f1f309 Install man page as non-executable 2016-09-22 12:22:21 +02:00
Lubomír Sedlář e72a0377cc Update upstream url
The tarballs are now hosted on Pagure.
2016-09-22 12:22:03 +02:00
Lubomír Sedlář f2c6aeb93c Fix bogus dates in changelog
based on when the commits were made.
2016-09-22 12:21:04 +02:00
Dennis Gilmore 03ec580854 ostree_installer: Add --isfinal lorax argument (lsedlar)
- Recreate JSON dump of configuration (lsedlar)
- Merge #385 `Test and clean up pungi.linker` (dennis)
- Merge #390 `checksums: Never skip checksumming phase` (dennis)
- variants: Allow multiple explicit optional variants (lsedlar)
- checksums: Never skip checksumming phase (lsedlar)
- [linker] Remove dead code (lsedlar)
- [linker] Add tests (lsedlar)
- Dump original pungi conf (cqi)
- ostree: Add tests for sending ostree messages (lsedlar)
- Send fedmsg message on ostree compose finishg (puiterwijk)
- createrepo: Add option to use xz compression (lsedlar)
- Allow user to set a ~/.pungirc for some defaults (riehecky)
- metadata: Improve error reporting on failed checksum (lsedlar)
- extra-files: Write a metadata file enumerating extra files (jeremy)
- Merge #381 `Automatically generate missing image version` (dennis)
- Automatically generate missing image version (lsedlar)
- Add JSON Schema for configuration (lsedlar)
- Allow arbitrary arguments in make test (lsedlar)
- createiso: Report nice error when tag does not exist (lsedlar)
- Fix test data build script (lsedlar)
- [osbs] Add NVRA of created image into main log (lsedlar)
- [createiso] Remove unused script (lsedlar)
- Update doc about generating release value (lsedlar)
- Use label to populate image release (lsedlar)
- doc: Fix example for image_build (lsedlar)
- Ignore module imports not at top of file (lsedlar)
- Merge #367 `Remove unused imports` (dennis)
- [buildinstall] Fix cleaning output dir (lsedlar)
- Remove unused imports (lsedlar)
- Merge #360 `[osbs] Convert build_id to int` (dennis)
- Merge #361 `Fix config validation script` (dennis)
- Merge #365 `Make image test at end of compose less strict` (dennis)
- [test] Make image test at end of compose less strict (lsedlar)
- [iso] Fix check on failable ISO (lsedlar)
- Add full Pungi version to log output (lsedlar)
- Fix config validation script (lsedlar)
- [osbs] Convert build_id to int (lsedlar)
- [image-build] Get failable config from correct place (lsedlar)

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-09-21 08:12:29 -05:00
Dennis Gilmore a27fef4233 add missing BR
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-10 08:36:02 -05:00
Dennis Gilmore 5dca89821c the python3 script is now gone
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-10 07:56:04 -05:00
Dennis Gilmore 2eae39e3c9 [createiso] Use shell script for runroot (lsedlar)
- Merge #357 `Improve error messages for gathering packages` (dennis)
- [test] Only check bootability for images on x86_64 and i386 (lsedlar)
- Improve error messages for gathering packages (lsedlar)
- Merge #339 `Refactor failables, step 1` (dennis)
- Refactor failables (lsedlar)
- Stop setting release in OSBS phase (lsedlar)
- Merge #351 `Remove ambiguous imports` (dennis)
- [test] Correctly check bootable ISOs (lsedlar)
- Remove ambiguous imports (lsedlar)
- Merge #347 `Remove duplicate definition of find_old_composes.`
  (lubomir.sedlar)
- Merge #342 `Simplify naming format placeholders` (dennis)
- Merge #345 `createrepo: use separate logs for different pkg_type` (dennis)
- Remove duplicate definition of find_old_composes... (rbean)
- [createrepo] fix 'createrepo_deltas' option (qwan)
- createrepo: use separate logs for different pkg_type (lsedlar)
- Simplify naming format placeholders (lsedlar)
- Treat variants without comps groups as having all of them (lsedlar)
- Always generate rpms.json file (lsedlar)

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-10 07:53:09 -05:00
Fedora Release Engineering f93b794610 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 08:24:08 +00:00