pungi/pungi/wrappers
Jan Kaluza fcf1442f71 Support generating ISOs when using link_type="symlink".
When `link_type = "symlink"` is used, the packages are in fact symlinks
to /mnt/koji. When graft points file is generated, the paths in this graft
points file point to symlinks and therefore symlinks are copied into the
generated ISO file instead of real files.

In this commit, the code to generate the graft points file is changed
so it resolves the symlink to real file stored on /mnt/koji. To make
this code safer, it does such resolving only in case the symlink points
outside of `compose.paths.compose.topdir()`. Therefore you can still
generate ISO file with symlink pointing to file stored within the ISO
file itself, although this is not done currently afaik.

The main reason for this is to be able to generate ISO files even
without hardlinks (which would need read-write access on /mnt/koji)
and without copying all the packages from /mnt/koji to local storage.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
2020-01-06 12:30:13 +00:00
..
__init__.py Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00
comps.py comps-wrapper: Emit attributes sorted 2019-04-18 10:23:51 +02:00
createrepo.py CreaterepoWrapper: add 'basedir' and 'compress-type' args for createrepo_c 2019-01-03 10:37:59 +01:00
fus.py fus: Support HTTP repos 2019-06-07 14:43:04 +02:00
iso.py Support generating ISOs when using link_type="symlink". 2020-01-06 12:30:13 +00:00
jigdo.py Remove FSF address from comments 2016-09-23 10:26:43 +02:00
kojiwrapper.py Retry watching koji tasks on server outage 2019-11-01 15:57:48 +08:00
lorax.py buildinstall: Allow customizing dracut arguments 2019-10-09 15:42:10 +02:00
pungi.py Remove package whitelist 2019-09-03 09:31:18 +02:00
repoclosure.py repoclosure: Parse all fus logs 2019-12-02 11:08:55 +01:00
scm.py scm: Add backend for downloading archives from Koji 2019-11-05 08:51:26 +01:00
variants.py pkgset: Update Koji source to create multiple pkgsets 2019-09-03 09:31:18 +02:00