summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: cgit: Update Git source code to 2.25.4.Leo Famulari2020-04-20
| | | | * gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.4.
* gnu: Git: Update to 2.26.2 [fixes CVE-2020-11008].Leo Famulari2020-04-20
| | | | | * gnu/packages/version-control.scm (git): Update to 2.26.2. [native-inputs]: Update git-manpages.
* gnu: cgit: Update Git source code to 2.25.3.Leo Famulari2020-04-15
| | | | * gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.3.
* gnu: Git: Update to 2.26.1 [fixes CVE-2020-5260].Leo Famulari2020-04-15
| | | | | * gnu/packages/version-control.scm (git): Update to 2.26.1. [native-inputs]: Update git-manpages.
* gnu: Add libgit2-0.28.Efraim Flashner2020-04-12
| | | | * gnu/packages/version-control.scm (libgit2-0.28): New variable.
* gnu: tig: Update to 2.5.1.Tobias Geerinckx-Rice2020-04-11
| | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.1. [arguments]: #:test-target is correct even if all #:tests? can't run.
* gnu: libgit2: Upgrade to 1.0.0.Efraim Flashner2020-04-07
| | | | | | | | * gnu/packages/version-control.scm (libgit2): Upgrade to 1.0.0. [source]: Download using url-fetch. [arguments]: Remove 'fix-pcre2-reference, 'make-git-checkout-writable custom phases. [home-page]: Update home-page.
* gnu: libgit2: Use system http-parser.Nicolò Balzarotti2020-04-07
| | | | | | | | * gnu/packages/version-control.scm (libgit2)[source]: Update snippet. [arguments]: Add configure-flag to use system http-parser. [inputs]: Add http-parser. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fossil: Update to 2.10.John D. Boy2020-04-06
| | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.10. [source]: Remove obsolete alternate URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: cgit: Update to 1.2.3.Tobias Geerinckx-Rice2020-03-29
| | | | | * gnu/packages/version-control.scm (cgit): Update to 1.2.3. [inputs]: Update git to 2.25.1.
* gnu: Git: Update to 2.26.0.Leo Famulari2020-03-23
| | | | | * gnu/packages/version-control.scm (git): Update to 2.26.0. [arguments]: Adjust the 'install-credential-netrc' phase to upstream changes.
* gnu: git-test-sequence: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-21
| | | | * gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
* gnu: git: Enable parallel tests.Marius Bakke2020-03-19
| | | | * gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
* gnu: git: Update to 2.25.2.Marius Bakke2020-03-19
| | | | * gnu/packages/version-control.scm (git): Update to 2.25.2.
* gnu: Add tla.Ludovic Courtès2020-03-16
| | | | * gnu/packages/version-control.scm (tla): New variable.
* gnu: Remove python2-gitdb.Marius Bakke2020-03-16
| | | | | | Upstream no longer supports Python 2 and there are no users in Guix. * gnu/packages/version-control.scm (python2-gitdb): Remove variable.
* gnu: Remove python2-gitpython.Marius Bakke2020-03-16
| | | | | | This package fails to build and has no users in Guix. * gnu/packages/version-control.scm (python2-gitpython): Remove variable.
* gnu: Remove git-annex-remote-hubic.Marius Bakke2020-03-16
| | | | | | This package does not build and is officially unmaintained since 2017. * gnu/packages/version-control.scm (git-annex-remote-hubic): Remove variable.
* gnu: Add gitless.Tobias Geerinckx-Rice2020-03-12
| | | | | | * gnu/packages/version-control.scm (gitless): New public variable. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: git-flow: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/version-control.scm (git-flow)[home-page]: Use HTTPS.
* gnu: mercurial: Enable more tests.Marius Bakke2020-03-10
| | | | | * gnu/packages/version-control.scm (mercurial)[arguments]: Add phase 'patch-tests'. Do not remove patched tests in the 'check' phase.
* gnu: gitolite: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-10
| | | | * gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
* gnu: mercurial: Update to 5.3.1.Marius Bakke2020-03-06
| | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.3.1. [native-inputs]: Add WHICH.
* gnu: libgit2: Update to 0.99.0.Marius Bakke2020-03-04
| | | | | | | | | | | | | | * gnu/packages/patches/libgit2-avoid-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/version-control.scm (libgit2): Update to 0.99.0. [source](patches): Remove 'libgit2-avoid-python.patch'. [source](snippet): Preserve bundled copy of http-parser. [arguments]: Remove "-DUSE_SHA1DC" from #:configure-flags, which is no longer optional and enabled by default. Add "-DUSE_NTLMCLIENT=OFF" and "-DREGEX_BACKEND=pcre2". Add phase 'fix-pcre2-reference'. [inputs]: Remove HTTP-PARSER. [propagated-inputs]: Add PCRE2. [native-inputs]: Remove GUILE-2.2. Add PYTHON.
* gnu: git: Remove Python 2 from the package closure.Ricardo Wurmus2020-03-03
| | | | | * gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc with asciidoc-py3.
* gnu: git: Build with Python 3.Ricardo Wurmus2020-03-03
| | | | | | * gnu/packages/version-control.scm (git)[inputs]: Replace python-2 with python. [arguments]: Replace /usr/bin/python with python3.
* gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2.Maxim Cournoyer2020-03-02
| | | | | | | | | * gnu/packages/python-xyz.scm (python-smmap): Rename from python-smmap2, and update to version 3.0.1. (python-smmap2, python2-smmap2): Preserve original bindings, marked as deprecated. * gnu/packages/version-control.scm (python-gitdb)[propagated-inputs]: Depend on the new python-smmap package.
* gnu: python-gitpython: Update to 3.1.0.Maxim Cournoyer2020-03-02
| | | | * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
* gnu: python-gitdb: Update to 4.0.2.Maxim Cournoyer2020-03-02
| | | | | | | * gnu/packages/version-control.scm (python-gitdb): Update to 4.0.2. [source]: Correct the PyPI URL to refer to the actual gitdb package, not a mirror. This mirror had a problematic setup.py install requirement that required gitdb>=4.0.1, which would cause run time errors when using snakemake.
* gnu: subversion: Don't build static libraries.Efraim Flashner2020-02-21
| | | | | | | This drops the size of the package by about 27%. * gnu/packages/version-control.scm (subversion)[arguments]: Add configure-flag to not build static libraries.
* gnu: cvs-fast-export: Use non-native Python 3.Tobias Geerinckx-Rice2020-02-18
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]: Remove python-2. [inputs]: Add python-wrapper.
* gnu: cvs-fast-export: Update to 1.51.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.51. [arguments]: Remove obsolete ‘remove-optimizations’ phase.
* gnu: git: Update to 2.25.1.Tobias Geerinckx-Rice2020-02-17
| | | | * gnu/packages/version-control.scm (git): Update to 2.25.1.
* gnu: subversion: Disable parallel tests.Christopher Baines2020-02-12
| | | | | | | | | | | | | | | | | | | | These seem to work fine on x86_64-linux, but on i686-linux some tests fail when running in parallel. FAIL: fs-fs-pack-test 4: commit to a packed FSFS filesystem FAIL: fs-test: Unknown test failure; see tests.log. FAIL: io-test: Unknown test failure; see tests.log. FAIL: op-depth-test: Unknown test failure; see tests.log. FAIL: wc-test: Unknown test failure; see tests.log. Summary of test results: 2243 tests PASSED 96 tests SKIPPED 43 tests XFAILED 5 tests FAILED SUMMARY: Some tests failed. * gnu/packages/version-control.scm (subversion)[arguments]: Add #:parallel-tests? #f and use this in the 'set-PARALLEL phase.
* gnu: gource: Update to 0.51.Tobias Geerinckx-Rice2020-02-12
| | | | * gnu/packages/version-control.scm (gource): Update to 0.51.
* gnu: gource: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-12
| | | | * gnu/packages/version-control.scm (gource)[home-page]: Use HTTPS.
* gnu: subversion: Support running the tests in parallel.Christopher Baines2020-02-11
| | | | | | | | This drops the time to build the package on my machine from ~14 minutes to ~5 minutes. * gnu/packages/version-control.scm (subversion)[arguments]: Add set-PARALLEL phase to set the PARALLEL environment variable.
* gnu: git-crypt: Install man page.Brice Waegeneire2020-02-10
| | | | | | * gnu/packages/version-control.scm (git-crypt)[native-inputs]: Add dockbook-xsl, libxslt. [arguments]: Add phase patch-makefile.
* gnu: git-crypt: Update to 0.6.0.Brice Waegeneire2020-02-10
| | | | * gnu/packages/version-control.scm (git-crypt): Update to 0.6.0.
* gnu: git-flow: Update to 1.12.3.Eric Bavier2020-02-07
| | | | | * gnu/packages/version-control.scm (git-flow): Update to 1.12.3. [source]: Use maintained fork.
* gnu: stgit: Update to 0.21.Tobias Geerinckx-Rice2020-01-17
| | | | | | | | * gnu/packages/version-control.scm (stgit): Update to 0.21. [native-inputs]: Add perl. [arguments]: Build with default Python (3). Add ‘hard-code-version’ and ‘patch-tests’ phases. Fix and run all remaining tests in the ‘check’ phase.
* gnu: Add python-git-multimail.Christopher Baines2020-01-16
| | | | * gnu/packages/version-control.scm (python-git-multimail): New variable.
* gnu: cgit: Update to 1.2.2.Tobias Geerinckx-Rice2020-01-16
| | | | | * gnu/packages/version-control.scm (cgit): Update to 1.2.2. [inputs]: Update git-source to 2.25.0.
* gnu: mercurial: Raise test time-outs.Tobias Geerinckx-Rice2020-01-15
| | | | | | | Let Guix handle them. Fixes <https://paste.debian.net/plain/1126159>. * gnu/packages/version-control.scm (mercurial)[arguments]: Raise individual test time-outs to 1 day.
* gnu: mercurial: Run tests verbosely and respect settings.Tobias Geerinckx-Rice2020-01-15
| | | | | | * gnu/packages/version-control.scm (mercurial)[arguments]: Invoke ‘run-tests.py’ directly and verbosely. Respect #:tests? and parallel-job-count.
* gnu: git: Update to 2.25.0.Tobias Geerinckx-Rice2020-01-14
| | | | * gnu/packages/version-control.scm (git): Update to 2.25.0.
* gnu: mercurial: Update to 5.2.1.Roel Janssen2020-01-10
| | | | | | | | | * gnu/packages/version-control.scm (mercurial): Update to 5.2.1. [arguments]: Remove hard dependency on Python 2. Replace check phase to work around known failing tests. [native-inputs]: Add python-nose, and unzip. Signed-off-by: Brett Gilio <brettg@gnu.org>
* gnu: vc-dwim: Update to 1.9.Efraim Flashner2019-12-24
| | | | | | * gnu/packages/version-control.scm (vc-dwim): Update to 1.9. [inputs]: Move inetutils ... [native-inputs]: ... to here.
* gnu: diffstat: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-12-24
| | | | * gnu/packages/version-control.scm (diffstat)[source]: Hard-code NAME.
* gnu: diffstat: Update to 1.63.Tobias Geerinckx-Rice2019-12-24
| | | | * gnu/packages/version-control.scm (diffstat): Update to 1.63.