Commit Graph

141 Commits

Author SHA1 Message Date
Dennis Gilmore 12f81c23f1 fix up doc selection
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-24 13:03:10 -05:00
Dennis Gilmore 521e80758a don't install the man pages
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-07-24 12:49:49 -05:00
Dennis Gilmore d0b3003d73 Merge #23 `fix treeinfo checksums` (dmach)
- Fix treeinfo checksums. (dmach)
- add basic setup for making arm iso's (dennis)
- gather: Implement hashed directories. (dmach)
- createiso: Add createiso_skip options to skip createiso on any variant/arch.
  (dmach)
- Fix buildinstall for armhfp. (dmach)
- Fix and document productimg phase. (dmach)
- Add armhfp arch tests. (dmach)
- Document configuration options. (dmach)
- Add dependency of 'runroot' config option on 'koji_profile'. (dmach)
- Rename product_* to release_*. (dmach)
- Implement koji profiles. (dmach)
- Drop repoclosure-%arch tests. (dmach)
- Config option create_optional_isos now defaults to False. (dmach)
- Change createrepo config options defaults. (dmach)
- Rewrite documentation to Sphinx. (dmach)
- Fix test data, improve Makefile. (dmach)
- Update GPL to latest version from https://www.gnu.org/licenses/gpl-2.0.txt
  (dmach)
2015-07-24 12:41:20 -05:00
Dennis Gilmore e956304625 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 17:59:07 +00:00
Dennis Gilmore cd743220f1 wrap check for selinux enforcing in a try except (dennis)
- pull in gather.py patches from dmach for test compose (admiller)
- Add some basic testing, dummy rpm creation, and a testing README (admiller)
- pungi-koji: use logger instead of print when it's available (lkocman)
- fix incorrect reference to variable 'product_is_layered' (lkocman)
- pungi-koji: fix bad module path to verify_label() (lkocman)
- update the package Requires to ensure we have everything installed to run
  pungi-koji (dennis)
- update the package to be installed for productmd to python-productmd (dennis)
2015-06-11 22:15:22 -05:00
Dennis Gilmore 75d34a3c4f fix up accidental i
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-06-07 10:58:31 -05:00
Dennis Gilmore 1cd3e510d9 update docs now devel-4-pungi is merged to master, minor spelling fixes
(pbrobinson)
- Fix remaining productmd issues. (dmach)
- Revert "refactor metadata.py to use productmd's compose.dump for composeinfo"
  (dmach)
- Fix LoraxTreeInfo class inheritance. (dmach)
- Fix pungi -> pungi_wrapper namespace issue. (dmach)
- fix arg order for checksums.add (admiller)
- update for productmd checksums.add to TreeInfo (admiller)
- fix product -> release namespace change for productmd (admiller)
- update arch manifest.add config order for productmd api call (admiller)
- update for new productmd named args to rpms (admiller)
- fix pungi vs pungi_wrapper namespacing in method_deps.py (admiller)
- add createrepo_c Requires to pungi.spec (admiller)
- add comps_filter (admiller)
- refactor metadata.py to use productmd's compose.dump for composeinfo instead
  of pungi compose_to_composeinfo (admiller)
- Update compose, phases{buildinstall,createiso,gather/__ini__} to use correct
  productmd API calls (admiller)
- Use libselinux-python instead of subprocess (lmacken)
- Add README for contributors (admiller)
2015-06-07 10:54:17 -05:00
Dennis Gilmore 4dc0d87c9f fix up changelog
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2015-05-20 17:58:36 -05:00
Dennis Gilmore d26d13ea7f +* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.8.20150520.gitff77a92
+- fix up bad += from early test of implementing different iso labels based on
+  if there is a variant or not (dennis)
2015-05-20 16:44:05 -05:00
Dennis Gilmore 296ada27f4 make sure we treat the isfinal option as a boolean when fetching it (dennis)
- if there is a variant use it in the volume id and shorten it. this will make
  each producst install tree have different volume ids for their isos (dennis)
- fix up productmd import in the executable (dennis)
- fixup productmd imports for changes with open sourcing (dennis)
- tell the scm wrapper to do an absolute import otherwise we hit a circular dep
  issue and things go wonky (dennis)
- include the dtd files in /usr/share/pungi (dennis)
- add missing ) causing a syntax error (dennis)
- fix up the productmd imports to import the function from the common module
  (dennis)
- fix up typo in getting arch for the lorax log file (dennis)
2015-05-20 15:28:52 -05:00
Dennis Gilmore 289d376c21 update the git snapshot to pick up some fixes 2015-03-14 12:27:19 -05:00
Dennis Gilmore 61e704d713 update Requires for rename of python-productmd 2015-03-13 14:27:36 -05:00
Dennis Gilmore 8e457455d6 fix up the pungi logging by putting the arch in the log file name (dennis)
- change pypungi imports to pungi (dennis)
- spec file cleanups (dennis)
2015-03-12 18:10:33 -05:00
Dennis Gilmore b2b4563774 rename binaries (dennis)
- Add the option to pass a custom path for the multilib config files (bcl)
- Call lorax as a process not a library (bcl)
- Close child fds when using subprocess (bcl)
- fixup setup.py and MANIFEST.in to make a useable tarball (dennis)
- switch to BSD style hashes for the iso checksums (dennis)
- refactor to get better data into .treeinfo (dennis)
- Initial code merge for Pungi 4.0. (dmach)
- Initial changes for Pungi 4.0. (dmach)
- Add --nomacboot option (csieh)
2015-03-12 13:25:48 -05:00
Dennis Gilmore 31772f1b6e update git snapshot to switch to executing lorax since it is using dnf 2015-03-12 11:42:52 -05:00
Dennis Gilmore 9db07c2266 update to the pungi 4.0 dev branch 2015-03-12 11:06:06 -05:00
Dennis Gilmore b11a8e5a90 switch to BSD style hashes for the iso checksums (dennis)
- refactor to get better data into .treeinfo (dennis)
- Add --nomacboot option (csieh)
2015-03-10 16:14:44 -05:00
Dennis Gilmore 05c4c5e8ee Add support for --installpkgs (bcl)
- Add a cmdline option to set the lorax config file (bcl)
- Add python-lockfile requires and drop python-devel (bcl)
- Make our OS iso bootable on aarch64. (pjones)
- fix up typo (dennis)
- replace tabs with spaces (dennis)
2014-12-12 20:29:17 -06:00
Dennis Gilmore 0346c1cf4b add patch to fix whitespace errors 2014-09-30 22:13:06 -05:00
Dennis Gilmore daa4217d1e Remove magic parameter to mkisofs (hamzy)
- Added option for setting release note files (riehecky)
2014-09-11 11:10:52 -05:00
Dennis Gilmore d362b9ee20 make sure that the dvd/cd is using the shortened volumeid (dennis) 2014-07-31 06:10:49 -05:00
Dennis Gilmore 6474041367 fix up volume shortening substituions to actually work (dennis) 2014-07-31 04:27:32 -05:00
Dennis Gilmore c4828c1405 implement nameing scheme from
https://fedoraproject.org/wiki/User:Adamwill/Draft_fedora_image_naming_policy
  (dennis)
- implement shortening of the volumeid which has a 32 character limit (dennis)
2014-07-30 11:43:54 -05:00
Dennis Gilmore 0025ab2825 fix up some issues with --no-dvd and --workbasedir (dennis) 2014-07-23 11:22:46 -05:00
Dennis Gilmore 000c1ae939 add option to not make a dvd 2014-07-20 12:07:12 -05:00
Dennis Gilmore 9c45755e81 allow the base work directory to be configurable 2014-07-14 15:45:28 -05:00
Dennis Gilmore 8fe593e701 Don't emit media labels with spaces in them. (pjones) 2014-07-09 01:32:15 -05:00
Dennis Gilmore 4ecb1c7636 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:33:33 -05:00
Dennis Gilmore fafa6ac1b9 add missing requires on python-lockfile 2014-05-01 14:37:12 -05:00
Dennis Gilmore c313a94b93 Use a lockfile around things that modify the cachedir. (rbean)
- Improve logging for missing srpms. (rbean)
- honour the --nosource option (dennis)
- support ppc64le in pungi (hamzy)
- Add configurable compression type to pungi (default to xz) (rbean)
2014-04-29 16:31:46 -05:00
Dennis Gilmore 73161cefb4 revert to the old way of doing versioning as the change in 3.01 did not work 2013-10-31 20:23:53 -05:00
Dennis Gilmore 5f7a677e97 fix typo in call to __version__ (Dennis Gilmore) 2013-10-31 19:08:16 -05:00
Dennis Gilmore 0d61b243c6 Add 'make log' command to print changelog for spec. (Daniel Mach)
- Implement %prepopulate config section as an additional package input. (Daniel Mach)
- Don't automatically apply fulltree on input multilib packages. (Daniel Mach)
- Implement %multilib-blacklist and %multilib-whitelist config sections. (Daniel Mach)
- Turn off fulltree for multilib packages. (Daniel Mach)
- Return package flags: input, fulltree-exclude, langpack, multilib, fulltree (Daniel Mach)
- Exclude srpms from conditional deps. (Daniel Mach)
- Improve greedy methods: none, all, build. (Daniel Mach)
- Add .gitignore. (Daniel Mach)
- Add 'yaboot' multilib method. (Daniel Mach)
- Drop pulseaudio-utils from runtime whitelist (Daniel Mach)
- Remove packages which are in lookaside repos from regular repos. (Daniel Mach)
- Print repoid to make clear from which repo a package came. (Daniel Mach)
- Don't pull conditional deps in when --nodeps is used. (Daniel Mach)
- Multilib fix - consider only *.so* libs which are also listed in Provides. (Daniel Mach)
- Fix --nodeps by setting Pungi.is_resolve_deps according to config. (Daniel Mach)
- Add test_arch.py. (Daniel Mach)
2013-10-31 13:45:05 -05:00
Dennis Gilmore 395d50eff4 apply patches from Daniel Mach
- make sure we only use mac support on x86_64
- make sure deltarpm is disabled
2013-08-20 11:49:12 -05:00
Dennis Gilmore 145e011a83 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 00:31:40 -05:00
Dennis Gilmore 6b0062c67a - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 12:31:58 -06:00
Dennis Gilmore 7a2cae5aa8 strip groups from comps not listed in the kickstart
- fix ppc64 runtime installation (#888887)
- dont make isos on arm
- include ppc64 checksums (#888517)
2012-12-22 02:28:01 -06:00
Dennis Gilmore e2681fb169 ppc64p7 support
- update locations for ppc files for image composition bz#849731
- add 32 bit arm arches
2012-08-31 00:48:42 -05:00
Dennis Gilmore 4d4a18c1be ppc64p7 support
- update locations for ppc files for image composition bz#849731
- add 32 bit arm arches
2012-08-31 00:47:23 -05:00
Dennis Gilmore 0c2f1048db Aug 31 2012 Dennis Gilmore <dennis@ausil.us> - 2.12-1
- ppc64p7 support
- update locations for ppc files for image composition bz#849731
- add 32 bit arm arches
2012-08-31 00:46:52 -05:00
Dennis Gilmore af87ed7873 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 22:35:26 -05:00
Dennis Gilmore f9814be8bc add patch for bz#816315
- upstream 2.11 release
2012-05-03 16:18:16 -05:00
Dennis Gilmore 22c38caa0d upstream 2.11 release 2012-04-16 15:01:41 -05:00
Dennis Gilmore 8ffc69450c drop all the patches merged into upstream 2.10 release 2012-02-09 18:09:27 -06:00
Dennis Gilmore 4bc5e8bfb4 has the Packages dir for consistency between Fedora and Everything trees 2012-02-09 09:16:13 -06:00
Dennis Gilmore 040cd22fa6 add patch from will woods for yaboot on ppc 2012-01-31 06:24:30 -06:00
Dennis Gilmore 2859b66cf7 Merge branch 'f16'
Conflicts:
	pungi.spec
2012-01-30 12:47:16 -06:00
Dennis Gilmore a0bd6f07f8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 19:19:13 -06:00
Will Woods 4a29e2a96e Add wwoods patches for ppc/treebuilder 2011-10-27 15:53:41 -04:00
Dennis Gilmore 7c348dedab bump to 2.9 2011-07-27 11:55:13 -05:00