summaryrefslogtreecommitdiff
path: root/build-aux
AgeCommit message (Expand)Author
2017-09-27cuirass: Add gnu-system build spec.Jan Nieuwenhuizen
2017-09-08build: Use -Wmacro-use-before-definition.Ludovic Courtès
2017-08-28build: Remove code to download the Guile bootstrap tarball.Ludovic Courtès
2017-08-02pull: Fetch source code from Git.Ludovic Courtès
2017-07-25hydra: Add 'guix.SYSTEM' jobs.Ludovic Courtès
2017-07-25hydra: Simplify 'tarball' job.Ludovic Courtès
2017-07-03build: Add iso9660 system image generator.Danny Milosavljevic
2017-06-15hydra: Don't build non-substitutable packages.Ludovic Courtès
2017-06-09pull: Add a dependency to guile-git.Mathieu Othacehe
2017-05-18maint: Add 'update-NEWS' target.Ludovic Courtès
2017-05-16hydra: Cross-build Guile 2.2.Ludovic Courtès
2017-05-09pull: Build with the matching Guile major version.Ludovic Courtès
2017-05-09maint: update-guix-package: Protect the checkout from GC.Ludovic Courtès
2017-05-08maint: Check whether binaries cross-built to "arm-linux-gnueabihf" are availa...Ludovic Courtès
2017-05-08maint: 'check-available-binaries' forces use of the official servers.Ludovic Courtès
2017-05-08maint: Use 'G_' in build-aux/ scripts.Ludovic Courtès
2017-05-07maint: Add 'time-monotonic' bug workaround in build-aux/hydra/evaluate.scm.Ludovic Courtès
2017-05-07maint: Add 'update-guix-package' target.Ludovic Courtès
2017-05-04build: Use Gnulib's 'git-version-gen'.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-04-14build: Download aarch64 bootstrap binaries from alpha.gnu.org.Ludovic Courtès
2017-03-30hydra: Don't build deprecated packages.Ludovic Courtès
2017-03-30Merge branch 'master' into core-updatesMarius Bakke
2017-03-30hydra: Include the localstatedir in the binary tarball.Ludovic Courtès
2017-03-23Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-22build: 'test-driver.scm' prints Scheme values with 'write'.Ludovic Courtès
2017-03-19Merge branch 'master' into core-updatesMark H Weaver
2017-03-18build: Require Guile >= 2.0.9.Ludovic Courtès
2017-03-16utils: Move base16 procedures to (guix base16).Ludovic Courtès
2017-03-15Merge branch 'master' into core-updatesMarius Bakke
2017-03-14build: On 2.2, build package files with almost no optimizations.Ludovic Courtès
2017-03-13Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-12Add 'guix pack'.Ludovic Courtès
2017-03-09Merge branch 'master' into core-updatesLudovic Courtès
2017-03-09hydra: Really disable 32-to-64-bit cross-builds.Ludovic Courtès
2017-03-08build: Unset 'NIX_BUILD_HOOK' when offloading support is missing.Ludovic Courtès
2017-02-20gnu: Add bootstrap-binaries for 'aarch64-linux'.Efraim Flashner
2017-02-17hydra: Add "aarch64-linux-gnu" as a cross-compilation target.Efraim Flashner
2017-02-14hydra: Add "aarch64-linux-gnu" as a cross-compilation target.Efraim Flashner
2017-01-20hydra: Add "i586-pc-gnu" as a cross-compilation target.Ludovic Courtès
2017-01-06Merge branch 'master' into core-updatesLeo Famulari
2017-01-05hydra: Add "powerpc-linux-gnu" as a cross-compilation target.Ludovic Courtès
2016-12-31hydra: Remove 'qemu-image' job.Ludovic Courtès
2016-12-18build: check-final-inputs-self-contained has an exception for 'bash:include'.Ludovic Courtès
2016-12-08hydra: Fix wrong-num-args error when computing the cross jobs.Ludovic Courtès
2016-12-08hydra: Adjust to make-bootstrap.scm change.Ludovic Courtès
2016-12-08hydra: Use '%final-inputs' from base.scm, not commencement.scm.Ludovic Courtès
2016-12-07hydra: Add "i686-w64-mingw32" as a cross-compilation target.Ludovic Courtès
2016-11-27pull: Hack to allow compilation with older Guile-SSH packages.Ludovic Courtès
2016-11-26pull: Add guile-ssh to the dependencies.宋文武