summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2020-12-13utils: 'copy-recursively' keeps symlink mtime when #:keep-mtime? is true.Ludovic Courtès
2020-12-13utils: 'set-file-time' passes AT_SYMLINK_NOFOLLOW.Ludovic Courtès
2020-12-13build/python: Fix cythonize check phase.Efraim Flashner
2020-12-09build/python: Check for cythonized files.Efraim Flashner
2020-12-07build-system/gnu: Remove the source directory from search paths.宋文武
2020-12-01build-system/gnu: Add 'make-dynamic-linker-cache' phase.Ludovic Courtès
2020-12-01gremlin: Add 'file-needed/recursive'.Ludovic Courtès
2020-12-01gremlin: Fix typo in docstring.Ludovic Courtès
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-11-28Merge branch 'staging'Marius Bakke
2020-11-28channels: Expose the default channel in %default-channel.Zhu Zihao
2020-11-26Merge branch 'master' into stagingMarius Bakke
2020-11-26deploy: Let key-and-args exceptions through.Ludovic Courtès
2020-11-26Merge branch 'master' into stagingMarius Bakke
2020-11-25weather: Fix '--substitute-urls'.zimoun
2020-11-25packages: Ignore return value of origin snippets.Ludovic Courtès
2020-11-25build-system/texlive: Phases no longer return a Boolean.Ludovic Courtès
2020-11-25build-system/minify: Phases no longer return a Boolean.Ludovic Courtès
2020-11-25build-system/gnu: Ignore the result of phase procedures.Ludovic Courtès
2020-11-23Merge branch 'master' into stagingMarius Bakke
2020-11-23store: Fix ensure-path docstring.Mathieu Othacehe
2020-11-22Merge branch 'master' into stagingMarius Bakke
2020-11-22build-system/cargo: Set gettext environment variable when available.Efraim Flashner
2020-11-22build-system/cargo: Set libclang environment variable when available.Efraim Flashner
2020-11-22build-system/cargo: Set openssl environment variable when available.Efraim Flashner
2020-11-22scripts: publish: Export procedures.Mathieu Othacehe
2020-11-22guix: store: Add ensure-path.Mathieu Othacehe
2020-11-22linux-initrd: Add special-file->cpio-header*.Danny Milosavljevic
2020-11-22linux-initrd: Handle 'block-special and 'char-special cpio headers as well.Danny Milosavljevic
2020-11-21lint: Add 'check-haskell-stackage' checker.Timothy Sample
2020-11-21lint: Add 'patch-headers' checker.Ludovic Courtès
2020-11-21transformations: Show '--help-transform' only where applicable.Ludovic Courtès
2020-11-21scripts: lint: Display result of checkers on stdout.Brice Waegeneire
2020-11-20build-system/python: Set PYTHONDONTWRITEBYTECODE.Maxim Cournoyer
2020-11-20build-system/cargo: Do not pass --features to Cargo unless specified.Marius Bakke
2020-11-19utils: Add #:keep-permissions? parameter to 'copy-recursively'.Ludovic Courtès
2020-11-19utils: Add #:copy-file parameter to 'copy-recursively'.Ludovic Courtès
2020-11-19utils: 'copy-recursively' keeps directory mtime when #:keep-mtime? is true.Ludovic Courtès
2020-11-19Merge branch 'master' into stagingMarius Bakke
2020-11-18guix: refresh: Do not use argument jumping with ngettext.Miguel Ángel Arruga Vivas
2020-11-17Merge remote-tracking branch 'origin/version-1.2.0' into masterMaxim Cournoyer
2020-11-17guix: system: Make disk-image root file system non-volatile by default.Maxim Cournoyer
2020-11-17utils: 'wrap-script' doesn't pass a non-literal string to 'format'.Ludovic Courtès
2020-11-16pull: Do not suggest running `guix pull --news' on the first run.Florian Pelz
2020-11-16self: Limit the number of threads used when translating manuals.Ludovic Courtès
2020-11-16utils: Add 'cxx-for-target'.Danny Milosavljevic
2020-11-16publish: Harmonize buffer size values and configuration.Maxim Cournoyer
2020-11-15Merge branch 'master' into stagingMarius Bakke
2020-11-15archive: Warn about replacing an ACL symlink.Tobias Geerinckx-Rice
2020-11-14guix: hg-download: Add hg-predicate.Holger Peters