guix/build-aux
Ludovic Courtès 59a1627518
pull: Fetch source code from Git.
* guix/scripts/pull.scm (%snapshot-url, with-environment-variable)
(with-PATH): Remove.
(ensure-guile-git!): New procedure.
(%repository-url): New variable.
(%default-options): Add 'repository-url' and 'ref'.
(show-help, %options): Add '--commit' and '--url'.
(temporary-directory, first-directory, interned-then-deleted)
(unpack): Remove.
(build-from-source): Rename 'tarball' to 'source'.  Remove call to
'unpack'.
(build-and-install): Rename 'tarball' to 'source'.
(honor-lets-encrypt-certificates!, report-git-error): New procedures.
(with-git-error-handling): New macro.
(guix-pull)[fetch-tarball]: Remove.
Wrap body in 'with-git-error-handling'.  Rewrite to use
'latest-repository-commit'.
* build-aux/build-self.scm (build): Print an error message and exit when
GUILE-GIT is #f.
* doc/guix.texi (Invoking guix pull): Mention Git.  Document '--commit'
and '--branch'.
2017-08-02 00:04:00 +02:00
..
hydra hydra: Add 'guix.SYSTEM' jobs. 2017-07-25 17:46:17 +02:00
build-self.scm pull: Fetch source code from Git. 2017-08-02 00:04:00 +02:00
check-available-binaries.scm
check-final-inputs-self-contained.scm
compile-all.scm
download.scm
generate-authors.scm
git-version-gen
gitlog-to-changelog
pre-inst-env.in
run-system-tests.scm
test-driver.scm
test-env.in
update-guix-package.scm
update-NEWS.scm maint: Add 'update-NEWS' target. 2017-05-18 16:24:02 +02:00