| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git-remote-gcrypt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/version-control.scm (git@2.10): Update to 2.10.3.
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.13.0.
|
|
|
|
|
| |
* gnu/packages/version-control.scm: Add missing copyright line for commit
db88b5a.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite)[arguments]: Substitute
'$glshell' with 'gitolite-shell' in ssh-authkeys.
|
|
|
|
|
|
|
| |
* gnu/packages/suckless.scm (spoon, xbattmon, wificurse, skroll, sbm)
(prout, noice, fortify-headers, colors)[source, home-page]: Use HTTPS.
(human)[home-page]: Likewise.
* gnu/packages/version-control.scm (stagit)[source, home-page]: Likewise.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git)[home-page]: Use HTTPS.
(cvs)[source, home-page]: Likewise.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces
where one would suffice.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (diffstat)[synopsis, description]:
Use @command.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (diffstat): Update to 1.61.
[source]: Add http://invisible-mirror.net mirror.
|
|
|
|
| |
* gnu/packages/version-control.scm (neon)[description]: Use @enumerate.
|
|
|
|
| |
* gnu/packages/version-control.scm (neon): Update to 0.30.2.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (cgit): Update to 1.1.
(git@2.9): Rename to...
(git@2.10): ... this. Update to 2.10.
(cgit)[inputs]: Replace git@2.9 with git@2.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (darcs): New variable.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (myrepos): Update to 1.20170129.
[source]: Source tarballs have been removed from Github, use
git-download to download from upstream repository.
[home-page]: Use https.
|
|\
| |
| |
| | |
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
|
| |
| |
| |
| | |
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/libgit2-use-after-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[inputs]: Add it.
[arguments] <#:phases>: Add 'apply-patch' phase.
|
| |
| |
| |
| | |
* gnu/packages/version-control.scm (git): Update to 2.12.2.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file.
* gnu/packages/version-control.scm (rcs)[source]: Applied patch.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and
3078821d1380c26c738be6b5d430c595327d401f make many package inputs and
build configurations related to asciidoc obsolete.
* gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml,
libxml2 and libxslt.
* gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml.
(perf)[inputs]: Remove docbook-xml and libxslt.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt.
* gnu/packages/version-control.scm (cgit)[native-inputs]: Remove
docbook-xml, docbook-xsl, libxml2 and libxslt.
(cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl,
libxml2 and libxslt.
* gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml,
docbook-xsl, libxml2, and libxslt.
(tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and
libxslt.
* gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag.
(i3-wm)[inputs]: Remove docbook-xml.
[native-inputs]: Add libxml2.
|
| |
| |
| |
| | |
* gnu/packages/version-control.scm (git): Update to 2.12.1.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change embedded store references in the shebangs of scripts that
were meant to be copied out of the store. Those scripts would break when
the interpreters expected by the shebangs were garbage collected.
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28>
This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://bugs.gnu.org/25957>.
* gnu/packages/version-control.scm (gitolite)[arguments]: Add 'fix-hooks-shebangs'
phase to fix references to '/usr/bin/perl'.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/version-control.scm (gitolite): Update to 3.6.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
| |\ |
|
| | |
| | |
| | |
| | | |
* gnu/packages/version-control.scm (git): Update to 2.12.0.
|
| |\| |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is a followup to 22d7360b1660faeae42ca382b3dc3f999a56d3ca.
* gnu/packages/version-control.scm (git-annex-remote-hubic)[propagated-inputs]:
Change python-dateutil-2 to python-dateutil.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/version-control.scm (git)[native-search-paths](separator):
New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/version-control.scm (libgit2)[inputs]: Move OPENSSL
to...
[propagated-inputs]: ... here. New field.
|
|\| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Enables git plugins to be found when in they're in the system profile.
* gnu/packages/version-control.scm (git)[native-search-paths]: Add
GIT_EXEC_PATH. Remove git wrapper and outdated comment.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/version-control.scm (git-crypt): New variable.
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/version-control.scm (git): Update to 2.11.1.
|
|\| | | |
|
| | | |
| | | |
| | | |
| | | | |
* gnu/packages/version-control.scm (stagit): Update to 0.5.
|
| | |/
| |/|
| | |
| | |
| | | |
* gnu/packages/version-control.scm (vc-dwim): Update to 1.8.
[home-page]: Use https.
|
| |/
| |
| |
| |
| |
| |
| | |
See <http://www.openwall.com/lists/oss-security/2017/01/10/5>.
* gnu/packages/version-control.scm (libgit2): Update to 0.25.1.
* gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds support for single-entry search paths.
Fixes <http://bugs.gnu.org/25422>.
Reported by Leo Famulari <leo@famulari.name>.
* guix/search-paths.scm (<search-path-specification>)[separator]:
Document as string or #f.
(evaluate-search-paths): Add case for SEPARATOR as #f.
(environment-variable-definition): Handle SEPARATOR being #f.
* guix/build/utils.scm (list->search-path-as-string): Add case for
SEPARATOR as #f.
(search-path-as-string->list): Likewise.
* guix/build/profiles.scm (abstract-profile): Likewise.
* tests/search-paths.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* tests/packages.scm ("--search-paths with single-item search path"):
New test.
* gnu/packages/version-control.scm (git)[native-search-paths](separator):
New field.
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (cssc): Update to 1.4.0.
[source]: Remove unneeded patches (i.e. all of them).
* gnu/packages/patches/cssc-gets-undeclared.patch: Delete file.
* gnu/packages/patches/cssc-missing-include.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove deleted patches.
|
|
|
|
| |
* gnu/packages/version-control.scm (subversion): Update to 1.8.17.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi.
[arguments]: Wrap "gitweb.cgi" with PERL5LIB.
|