summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2019-03-26environment: Create /etc/group in containers.Ludovic Courtès
2019-03-26environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès
2019-03-23graph: Factorize calls to 'fold-packages'.Ludovic Courtès
2019-03-23graph: Add the 'reverse-bag' graph.Ludovic Courtès
2019-03-19pack: Create an empty /home directory for '-f squashfs'.Ludovic Courtès
2019-03-19pack: Produce relative symlinks when using '-f squashfs'.Ludovic Courtès
2019-03-18describe: Warn about 'GUIX_PACKAGE_PATH' in json and recutils format.Ludovic Courtès
2019-03-17guix build: '--with-branch' strips slashes from the version string.Ludovic Courtès
2019-03-17guix build: '--with-commit' makes recursive checkouts.Ludovic Courtès
2019-03-17guix build: Transformation options match packages by spec.Ludovic Courtès
2019-03-17guix build: Factorize 'package-git-url'.Ludovic Courtès
2019-03-17guix build: Add '--with-git-url'.Ludovic Courtès
2019-03-17guix system: Fix success report of the bootloader installation.Ludovic Courtès
2019-03-16guix: Match package names case-insensitively.Tobias Geerinckx-Rice
2019-03-16bootloader: Use 'invoke/quiet' when running 'grub-install' and co.Ludovic Courtès
2019-03-15pack: Construct inferior package names correctly.P.C. Shyamshankar
2019-03-15pack: "-RR" produces PRoot-enabled relocatable binaries.Ludovic Courtès
2019-03-07pack: Add '--save-provenance'.Ludovic Courtès
2019-03-07describe: Add 'package-provenance'.Ludovic Courtès
2019-03-04environment: Rename '--inherit' to '--preserve'.Ludovic Courtès
2019-03-04environment: Remove deprecated -E/--exec option.Ludovic Courtès
2019-02-16environment: Add '--inherit'.Ludovic Courtès
2019-02-13guix system: List old generations from newest to oldest.Ludovic Courtès
2019-02-13guix system: Add 'delete-generations'.Ludovic Courtès
2019-02-12pull: Speed up the new/upgraded package computation.Ludovic Courtès
2019-02-12pull: Move profile comparison to 'new/upgraded-packages'.Ludovic Courtès
2019-02-12pull: Use 'fold-available-packages' for the current package list.Ludovic Courtès
2019-02-11Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès
2019-02-11pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'.Ludovic Courtès
2019-02-08git: Always use the system certificates by default.Ludovic Courtès
2019-02-08guix build: '--with-branch' & co. fetch submodules.Ludovic Courtès
2019-02-01guix package: '-A' no longer lists deprecated packages.Ludovic Courtès
2019-01-29pull: Default to verbosity level 1.Ludovic Courtès
2019-01-28pull: Don't trigger 'hash guix' hint needlessly.Ludovic Courtès
2019-01-25weather: Add '--coverage'.Ludovic Courtès
2019-01-25refresh: Better account for private and generated packages.Ludovic Courtès
2019-01-25refresh: Fix format string that would lead '-l' to print incorrect numbers.Ludovic Courtès
2019-01-25weather: Ignore deprecated packages but not hidden packages.Ludovic Courtès
2019-01-22offload: 'status' reports the time difference.Ludovic Courtès
2019-01-21store: Rename '&nix-error' to '&store-error'.Ludovic Courtès
2019-01-20pull: Add missing import.Ludovic Courtès
2019-01-20lint: check-source-unstable-tarball: Don't assume uri length.Efraim Flashner
2019-01-18pull: Suggest running 'hash guix' if needed.Ludovic Courtès
2019-01-17scripts: Fix typo.Ricardo Wurmus
2019-01-15guix package: '--list-available' can use data from the cache.Ludovic Courtès
2019-01-15edit: Use 'specification->location' to read information from the cache.Ludovic Courtès
2019-01-15channels: Compute a package cache and use it.Ludovic Courtès
2019-01-15guix package: Avoid 'find-newest-available-packages'.Ludovic Courtès
2019-01-15guix package: '--upgrade' preserves package order.Ludovic Courtès
2019-01-14copy: Add '--verbosity'.Ludovic Courtès