| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add gitless.•••* gnu/packages/version-control.scm (gitless): New public variable.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Tobias Geerinckx-Rice | 2020-03-12 | 1 | -0/+70 |
* | gnu: git-flow: Use HTTPS home page.•••* gnu/packages/version-control.scm (git-flow)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2020-03-11 | 1 | -1/+1 |
* | gnu: mercurial: Enable more tests.•••* gnu/packages/version-control.scm (mercurial)[arguments]: Add phase
'patch-tests'. Do not remove patched tests in the 'check' phase.
| Marius Bakke | 2020-03-10 | 1 | -10/+22 |
* | gnu: gitolite: Use HTTPS home page.•••* gnu/packages/version-control.scm (gitolite)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2020-03-10 | 1 | -1/+1 |
* | gnu: mercurial: Update to 5.3.1.•••* gnu/packages/version-control.scm (mercurial): Update to 5.3.1.
[native-inputs]: Add WHICH.
| Marius Bakke | 2020-03-06 | 1 | -3/+4 |
* | gnu: libgit2: Update to 0.99.0.•••* 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.
| Marius Bakke | 2020-03-04 | 1 | -14/+30 |
* | gnu: git: Remove Python 2 from the package closure.•••* gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc with
asciidoc-py3.
| Ricardo Wurmus | 2020-03-03 | 1 | -1/+1 |
* | gnu: git: Build with Python 3.•••* gnu/packages/version-control.scm (git)[inputs]: Replace python-2 with
python.
[arguments]: Replace /usr/bin/python with python3.
| Ricardo Wurmus | 2020-03-03 | 1 | -3/+3 |
* | gnu: python-smmap: Update to version 3.0.1, deprecate python-smmap2.•••* 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.
| Maxim Cournoyer | 2020-03-02 | 1 | -1/+1 |
* | gnu: python-gitpython: Update to 3.1.0.•••* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.0.
| Maxim Cournoyer | 2020-03-02 | 1 | -2/+2 |
* | gnu: python-gitdb: Update to 4.0.2.•••* 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.
| Maxim Cournoyer | 2020-03-02 | 1 | -3/+3 |
* | gnu: subversion: Don't build static libraries.•••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.
| Efraim Flashner | 2020-02-21 | 1 | -0/+1 |
* | gnu: cvs-fast-export: Use non-native Python 3.•••* gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]:
Remove python-2.
[inputs]: Add python-wrapper.
| Tobias Geerinckx-Rice | 2020-02-18 | 1 | -6/+8 |
* | gnu: cvs-fast-export: Update to 1.51.•••* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.51.
[arguments]: Remove obsolete ‘remove-optimizations’ phase.
| Tobias Geerinckx-Rice | 2020-02-18 | 1 | -10/+4 |
* | gnu: git: Update to 2.25.1.•••* gnu/packages/version-control.scm (git): Update to 2.25.1.
| Tobias Geerinckx-Rice | 2020-02-17 | 1 | -3/+3 |
* | gnu: subversion: Disable parallel tests.•••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.
| Christopher Baines | 2020-02-12 | 1 | -3/+7 |
* | gnu: gource: Update to 0.51.•••* gnu/packages/version-control.scm (gource): Update to 0.51.
| Tobias Geerinckx-Rice | 2020-02-12 | 1 | -2/+2 |
* | gnu: gource: Use HTTPS home page.•••* gnu/packages/version-control.scm (gource)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice | 2020-02-12 | 1 | -1/+1 |
* | gnu: subversion: Support running the tests in parallel.•••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.
| Christopher Baines | 2020-02-11 | 1 | -0/+4 |
* | gnu: git-crypt: Install man page.•••* gnu/packages/version-control.scm (git-crypt)[native-inputs]: Add
dockbook-xsl, libxslt.
[arguments]: Add phase patch-makefile.
| Brice Waegeneire | 2020-02-10 | 1 | -2/+15 |
* | gnu: git-crypt: Update to 0.6.0.•••* gnu/packages/version-control.scm (git-crypt): Update to 0.6.0.
| Brice Waegeneire | 2020-02-10 | 1 | -2/+3 |
* | gnu: git-flow: Update to 1.12.3.•••* gnu/packages/version-control.scm (git-flow): Update to 1.12.3.
[source]: Use maintained fork.
| Eric Bavier | 2020-02-07 | 1 | -4/+4 |
* | gnu: stgit: Update to 0.21.•••* 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.
| Tobias Geerinckx-Rice | 2020-01-17 | 1 | -8/+24 |
* | gnu: Add python-git-multimail.•••* gnu/packages/version-control.scm (python-git-multimail): New variable.
| Christopher Baines | 2020-01-16 | 1 | -0/+42 |
* | gnu: cgit: Update to 1.2.2.•••* gnu/packages/version-control.scm (cgit): Update to 1.2.2.
[inputs]: Update git-source to 2.25.0.
| Tobias Geerinckx-Rice | 2020-01-16 | 1 | -6/+7 |
* | gnu: mercurial: Raise test time-outs.•••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.
| Tobias Geerinckx-Rice | 2020-01-15 | 1 | -0/+4 |
* | gnu: mercurial: Run tests verbosely and respect settings.•••* gnu/packages/version-control.scm (mercurial)[arguments]:
Invoke ‘run-tests.py’ directly and verbosely.
Respect #:tests? and parallel-job-count.
| Tobias Geerinckx-Rice | 2020-01-15 | 1 | -20/+29 |
* | gnu: git: Update to 2.25.0.•••* gnu/packages/version-control.scm (git): Update to 2.25.0.
| Tobias Geerinckx-Rice | 2020-01-14 | 1 | -4/+4 |
* | gnu: mercurial: Update to 5.2.1.•••* 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>
| Roel Janssen | 2020-01-10 | 1 | -8/+30 |
* | gnu: vc-dwim: Update to 1.9.•••* gnu/packages/version-control.scm (vc-dwim): Update to 1.9.
[inputs]: Move inetutils ...
[native-inputs]: ... to here.
| Efraim Flashner | 2019-12-24 | 1 | -5/+6 |
* | gnu: diffstat: Don't use NAME in source URI.•••* gnu/packages/version-control.scm (diffstat)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice | 2019-12-24 | 1 | -2/+2 |
* | gnu: diffstat: Update to 1.63.•••* gnu/packages/version-control.scm (diffstat): Update to 1.63.
| Tobias Geerinckx-Rice | 2019-12-24 | 1 | -2/+2 |
* | gnu: tig: Update to 2.5.0.•••* gnu/packages/version-control.scm (tig): Update to 2.5.0.
| Efraim Flashner | 2019-12-20 | 1 | -2/+2 |
* | gnu: libgit2: Update to 0.28.4 [security fixes].•••This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
| Marius Bakke | 2019-12-11 | 1 | -2/+2 |
* | gnu: git: Update to 2.24.1 [security fixes].•••Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350,
CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354,
CVE-2019-1387, and CVE-2019-19604.
* gnu/packages/version-control.scm (git): Update to 2.24.1.
[native-inputs]: Update git-manpages accordingly.
| Mark H Weaver | 2019-12-10 | 1 | -3/+3 |
* | gnu: cgit: Update git-source to 2.18.2 [security-fixes].•••Includes fixes for CVE-2019-1348, CVE-2019-1349, CVE-2019-1350,
CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354,
and CVE-2019-1387
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source
to 2.18.2.
| Mark H Weaver | 2019-12-10 | 1 | -2/+2 |
* | Merge branch 'master' into staging | Marius Bakke | 2019-11-15 | 1 | -5/+12 |
|\ |
|
| * | gnu: git: Update to 2.24.0.•••* gnu/packages/version-control.scm (git): Update to 2.24.0.
| Tobias Geerinckx-Rice | 2019-11-04 | 1 | -3/+3 |
| * | gnu: git: Add PCRE support to "git grep".•••* gnu/packages/version-control.scm (git)[inputs]: Add pcre2.
[arguments]: Add "USE_LIBPCRE2" to make-flags.
(git-minimal)[arguments]: Do not inherit "USE_LIBPCRE2" in make-flags.
| Pierre Neidhardt | 2019-11-02 | 1 | -2/+9 |
* | | gnu: libgit2: Update to 0.28.3.•••* gnu/packages/version-control.scm (libgit2): Update to 0.28.3.
| Marius Bakke | 2019-10-08 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'master' into core-updates | Mark H Weaver | 2019-08-22 | 1 | -3/+3 |
|\ |
|
| * | gnu: git: Update to 2.23.0.•••* gnu/packages/version-control.scm (git): Update to 2.23.0.
| Tobias Geerinckx-Rice | 2019-08-17 | 1 | -3/+3 |
* | | Merge branch 'master' into core-updates | Marius Bakke | 2019-08-13 | 1 | -5/+5 |
|\| |
|
| * | Merge branch 'staging' | Marius Bakke | 2019-08-13 | 1 | -2/+2 |
| |\ |
|
| | * | gnu: subversion: Update to 1.10.6 [fixes CVE-2018-11782, CVE-2019-0203].•••* gnu/packages/version-control.scm (subversion): Update to 1.10.6.
| Marius Bakke | 2019-08-04 | 1 | -2/+2 |
| * | | gnu: git: Update to 2.22.1.•••* gnu/packages/version-control.scm (git): Update to 2.22.1.
| Tobias Geerinckx-Rice | 2019-08-13 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'master' into core-updates | Ludovic Courtès | 2019-07-17 | 1 | -2/+2 |
|\| |
|
| * | gnu: mercurial: Update to 5.0.2.•••* gnu/packages/version-control.scm (mercurial): Update to 5.0.2.
| Tobias Geerinckx-Rice | 2019-07-16 | 1 | -2/+2 |
* | | Merge branch 'master' into core-updates••• Conflicts:
gnu/local.mk
gnu/packages/python-xyz.scm
gnu/packages/xml.scm
guix/gexp.scm
po/guix/POTFILES.in
| Marius Bakke | 2019-07-12 | 1 | -1/+1 |
|\| |
|
| * | gnu: cvs: Rename patch file.•••* gnu/packages/version-control.scm (cvs)[source]: Rename patch.
* gnu/packages/patches/cvs-2017-12836.patch: Rename to ...
* gnu/packages/patches/cvs-CVE-2018-12836.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner | 2019-07-10 | 1 | -1/+1 |