summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2020-04-03pack: Pass the cross-compilation target to 'run-with-store'....Ludovic Courtès
2020-04-03guix system: Mention 'herd restart' when reconfigure completes....Ludovic Courtès
2020-04-03guix system: Remove unused procedure....Ludovic Courtès
2020-04-03reconfigure: Silence Guile warnings....Ludovic Courtès
2020-04-03Revert "reconfigure: Run the effect scripts as separate processes."...Ludovic Courtès
2020-04-02reconfigure: Run the effect scripts as separate processes....Ludovic Courtès
2020-04-02guix system: Do not import the user's (guix config)....Ludovic Courtès
2020-04-02guix system: Use 'mapm/accumulate-builds'....Ludovic Courtès
2020-03-31guix package: Do not misdiagnose upgrades when there are propagated inputs....Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' swallows build requests....Ludovic Courtès
2020-03-31guix package: 'transaction-upgrade-entry' uses 'lower-manifest-entry'....Ludovic Courtès
2020-03-29deploy: Use 'map/accumulate-builds'....Ludovic Courtès
2020-03-29deploy: Factorize machine deployment....Ludovic Courtès
2020-03-29'--dry-run' no longer implies '--no-grafts'....Ludovic Courtès
2020-03-29guix build: Use 'map/accumulate-builds'....Ludovic Courtès
2020-03-28deploy: Remove use of '~*' in format string....Marius Bakke
2020-03-26status: Display synthetic information about profiles being built....Ludovic Courtès
2020-03-25environment: Use 'with-build-handler'....Ludovic Courtès
2020-03-25archive: Use 'with-build-handler'....Ludovic Courtès
2020-03-24scripts: lint: Handle store connections for lint checkers....Christopher Baines
2020-03-24guix system: Fix mistaken 'guix pull' warning upon 'reconfigure'....Ludovic Courtès
2020-03-24pack: Do not store extended attributes in squashfs images....Ludovic Courtès
2020-03-23deploy: Write a message upon successful deployment....Ludovic Courtès
2020-03-23deploy: Show what machines will be deployed....Ludovic Courtès
2020-03-23ui: Add 'indented-string'....Ludovic Courtès
2020-03-22Remove workaround for 'time-monotonic' in Guile 2.2.2....Ludovic Courtès
2020-03-22copy: Use 'with-build-handler'....Ludovic Courtès
2020-03-22copy: Actually implement '--dry-run'....Ludovic Courtès
2020-03-22copy: Factorize 'with-store' & co....Ludovic Courtès
2020-03-22guix system: Use 'with-build-handler'....Ludovic Courtès
2020-03-22guix package, pull: Use 'with-build-handler'....Ludovic Courtès
2020-03-22pack: Use 'with-build-handler'....Ludovic Courtès
2020-03-22deploy: Use 'with-build-handler'....Ludovic Courtès
2020-03-22guix build: Use 'with-build-handler'....Ludovic Courtès
2020-03-19guix package: Remove unneeded import....Ludovic Courtès
2020-03-13pack: Do not create a squashfs "recovery file"....Ludovic Courtès
2020-03-13pack: Make bit-reproducible squashfs images....Ludovic Courtès
2020-03-13pack: Factorize 'mksquashfs' invocations....Ludovic Courtès
2020-03-13weather: '--coverage' filters out non-package objects....Ludovic Courtès
2020-03-13weather: Exit with non-zero when coverage is below 100%....Ludovic Courtès
2020-03-12weather: Allow for multiple '--manifest' options....Ludovic Courtès
2020-03-12weather: Add '--display-missing'....Ludovic Courtès
2020-03-05weather: Parameterize '%graft?' upfront....Ludovic Courtès
2020-03-05guix build: Parameterize '%graft?' upfront....Ludovic Courtès
2020-03-05weather: Allow non-package objects in manifest....Ludovic Courtès
2020-03-05guix build: Allow non-package objects in manifest....Ludovic Courtès
2020-03-02file-systems: Add a 'file-system-device->string' procedure....Maxim Cournoyer
2020-02-28Revert "ui: Only display link in capable terminals."...Ludovic Courtès
2020-02-27guix package: Don't error out when failing to create ~/.guix-profile....Ludovic Courtès
2020-02-24ui: Only display link in capable terminals....zimoun