summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2020-09-12build-system: asdf: Switch from bundles to regular compilation.Guillaume Le Vaillant
2020-09-12ui: Lexicographically sort transaction entries based on their package name.Maxim Cournoyer
2020-09-12ui: Refactor the package-strings helper in show-manifest-transaction.Maxim Cournoyer
2020-09-11daemon: Simplify interface with 'guix authenticate'.Ludovic Courtès
2020-09-11doc: Distinguish the "nar bundle" format from "nar".Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-09-10ui: '--help' output links to <https://guix.gnu.org/help/>.Ludovic Courtès
2020-09-08Remove (guix json) and require Guile-JSON 4.3.0+.Ludovic Courtès
2020-09-08android-repo-download: Remove unnecessary use of Guile-JSON.Ludovic Courtès
2020-09-06git: Export url-cache-directory.Mathieu Othacehe
2020-09-05scripts: system: Expand some help messages.Efraim Flashner
2020-09-03android-repo-download: Use parallel-job-count instead of hard-coding jobDanny Milosavljevic
2020-09-03android-repo-download: Clean up typos; remove unused imports.Danny Milosavljevic
2020-09-02ssh: Fix progress bar crash when there are zero items to send.Ludovic Courtès
2020-09-02ssh: Fix regression in 'send-files'.Ludovic Courtès
2020-09-02ui: Attempt to fall back to "en_US.utf8" rather than "C".Ludovic Courtès
2020-09-02store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.Ludovic Courtès
2020-09-02substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.Ludovic Courtès
2020-09-02Add (guix android-repo-download).Danny Milosavljevic
2020-09-01import: launchpad: Recognize more URLs.Arun Isaac
2020-09-01import: launchpad: Recognize the .orig.tar.gz extension.Arun Isaac
2020-09-01import: launchpad: Handle list of source URLs correctly.Arun Isaac
2020-09-01gexp: computed-file: Prevent mistakenly overriding default option values.Maxim Cournoyer
2020-08-31guix: system: Add `--label' option.Julien Lepiller
2020-08-31guix system: Clarify what happens where service upgrade fails.Ludovic Courtès
2020-08-31guix system: reconfigure: Tell users about 'herd status'.Ludovic Courtès
2020-08-31packages: <content-hash> printer gracefully handle #f values.Ludovic Courtès
2020-08-31ssh: 'send-files' displays a progress bar.Ludovic Courtès
2020-08-30environment: Set USER and LOGNAME in containerLars-Dominik Braun
2020-08-29copy, offload: Explicitly close SSH channels and sessions.Ludovic Courtès
2020-08-28derivations: Avoid uses of 'write' in 'write-derivation'.Ludovic Courtès
2020-08-28derivations: Avoid uses of 'display' in 'write-derivation'.Ludovic Courtès
2020-08-28store: 'with-store' returns as many values as its body.Ludovic Courtès
2020-08-27pull: Avoid "Migrating profile" message on the first run.Ludovic Courtès
2020-08-26lint: Use 'with-error-handling'.Ludovic Courtès
2020-08-25offload: Modify the build-machine record to accept multiple systems.Maxim Cournoyer
2020-08-25linux-libre: Support module compression.Mathieu Othacehe
2020-08-24offload: Update help string.Maxim Cournoyer
2020-08-24guix upgrade: Allow using --do-not-upgrade.Jakub Kądziołka
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config).Mathieu Othacehe
2020-08-24Use guile-zlib extension in build-side code.Mathieu Othacehe
2020-08-23lint: formatting: Gracefully handle relative file names.Ludovic Courtès
2020-08-23lint: Avoid calls to 'package-field-location' with #f as the field.Ludovic Courtès
2020-08-17utils: Add version-major+minor+point.Efraim Flashner
2020-08-13build-system/haskell: Do not pass "--bindir" during configure.Ricardo Wurmus
2020-08-13build-system/haskell: Add 'extra-directories' keyword.Timothy Sample
2020-08-12haskell-build-system: register: Remove references to the doc output.Ricardo Wurmus
2020-08-12haskell-build-system: register: Respect lib output.Ricardo Wurmus
2020-08-12build-system/haskell: Add default output "static".Ricardo Wurmus
2020-08-12build-system/haskell: Configure to link with shared libraries.Ricardo Wurmus