Skip to content

rpm: Extract tarballs in source package root directory inside it

Instead of keeping the original rpm source package archive layout and creating branches targetting extracted tarballs that can be found in the root directory of the source package, prefer to simply extract each tarball in the source package root directory and delete them afterwards.

It simplifies navigation in source code and save some space in the object storage as tarball files are discarded.

Related to swh/meta#5042.

See https://sympa.inria.fr/sympa/arc/swh-devel/2023-10/msg00000.html for the context of this change.

Edited by Antoine Lambert

Merge request reports