summaryrefslogtreecommitdiff
path: root/guix/scripts/pack.scm
Commit message (Expand)AuthorAge
* scripts: Add --list-systems and --list-targets options.Mathieu Othacehe2022-05-22
* scripts: pack: Fix typo.Alex Griffin2022-04-26
* pack: Fix match error for multi-packages deb packs.Maxim Cournoyer2022-04-23
* Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\
| * pack: Streamline how files are included in tarballs.Maxim Cournoyer2021-07-18
| * pack/deb: Add default section and priority fields to the control file.Maxim Cournoyer2021-07-18
| * pack: Allow embedding custom control files in deb packs.Maxim Cournoyer2021-07-18
| * pack: Add support for the deb format.Maxim Cournoyer2021-06-29
| * pack: Prevent duplicate files in tar archives.Maxim Cournoyer2021-06-29
| * pack: Improve naming of the packs store file names.Maxim Cournoyer2021-06-29
| * pack: Fix typo.Maxim Cournoyer2021-06-29
| * pack: Factorize base tar options.Maxim Cournoyer2021-06-29
| * pack: Extract builder code from self-contained-tarball.Maxim Cournoyer2021-06-29
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\|
| * pack: Fix the system value passed to build-docker-image.Maxim Cournoyer2021-06-16
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * profiles: 'package->manifest-entry' preserves transformations by default.Ludovic Courtès2021-03-05
* | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\|
| * database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès2020-12-15
| * store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès2020-12-15
| * database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès2020-12-15
* | Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines2020-11-29
|\|
| * transformations: Show '--help-transform' only where applicable.Ludovic Courtès2020-11-21
| * pack: Expose some bindings for third-party use.John Soo2020-11-13
| * pack: Do not include the host (guix config).Ludovic Courtès2020-11-05
| * guix build: Move transformation options to (guix transformations).Ludovic Courtès2020-10-31
| * guix build: 'options->transformation' no longer takes a 'store' parameter.Ludovic Courtès2020-10-31
| * guix: pack: Only wrap executable files.Eric Bavier2020-10-30
| * guix: pack: Fix offset calculation for store directory mount point.Eric Bavier2020-10-30
| * guix build: Move package transformation options behind '--help-transform'.Ludovic Courtès2020-10-20
* | Merge branch 'staging'Maxim Cournoyer2020-10-19
|\|
| * guix build: Record package transformations in manifest entries.Ludovic Courtès2020-10-02
| * pack: Work around ld.so bug that affects the "fakechroot" engine.Ludovic Courtès2020-10-01
* | packages, scripts, utils: Enable multi-threaded xz compression.Maxim Cournoyer2020-10-08
|/
* scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès2020-09-10
* scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès2020-08-03
* pack: "fakechroot" execution engine can load its audit module.Ludovic Courtès2020-07-28
* pack: '-R' applies to propagated inputs too.Ludovic Courtès2020-07-24
* pack: Build the store database under a UTF-8 locale.Ludovic Courtès2020-07-20
* pack: 'self-contained-tarball' runs derivation in a UTF-8local.Ludovic Courtès2020-07-20
* pack: Dereference symlinks when looking for executables.Ludovic Courtès2020-06-30
* database: 'register-items' takes an open database.Ludovic Courtès2020-06-18
* pack: Add zstd compressor.Tobias Geerinckx-Rice2020-06-16
* pack: Add relocation via ld.so and fakechroot.Ludovic Courtès2020-05-14
* pack: Do not cross-compile the image building tools.Ludovic Courtès2020-05-14
* Merge branch 'master' into core-updatesMarius Bakke2020-04-30
|\
| * pack: Use a declarative profile.Ludovic Courtès2020-04-26
* | Merge branch 'master' into core-updatesMarius Bakke2020-04-08
|\|
| * pack: Pass the cross-compilation target to 'run-with-store'.Ludovic Courtès2020-04-03
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-30
|\|