| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/version-control.scm (git)[properties]: Add more CVEs to
the lint-hidden-cve property.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.37.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (fossil): Update to 2.18.
[source](snippet): Add substitution to fix SQLite compatibility.
|
|
|
|
| |
* gnu/packages/version-control.scm (fossil)[properties]: New field.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove
some of the generated documentation.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to
install shell completions.
|
|
|
|
| |
* gnu/packages/version-control.scm (tig): Update to 2.5.6.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.37.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitlint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (bazaar): Deprecate package.
* guix/build/bzr.scm (bzr-fetch): Adjust to use breezy; delete trailing #t.
* guix/bzr-download.scm (bzr-package): Replace bazaar by breezy.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/breezy-fix-gio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/version-control.scm (breezy): Update to 3.2.2.
[source]{snippet}: Delete pre-generated cythonized C files.
{patches}: Apply patch.
[tests?]: Disable tests.
[phases]{patch-test-shebangs, check}: New phase and override.
[native-inputs]: Add nano, python-cython, python-docutils,
and python-testrepository.
[inputs]: Use new style. Add python-launchpadlib and python-pygobject.
[description]: Adjust Bazaar URL.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (pre-commit): Update to 2.19.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (breezy): Update to 3.2.2.
[inputs]: Add python-fastbencode.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (b4) [propagated-inputs]: Add patatt.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (b4) [source]: Drop snippet for issue that
is now fixed upstream.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (patatt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
From f5fbd1e920120720ad9e983ab0bf740603250a06 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Tue, 10 May 2022 14:17:25 +0000
Subject: [PATCH] gnu: git: Update to 2.36.1.
* gnu/packages/version-control.scm (git): Update to 2.36.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (python-ghp-import): Update to 2.0.2.
[propagated-inputs]: Add python-dateutil.
(python2-ghp-import): Delete variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (libgit2): Update to 1.4.3.
[source]: Adjust snippet to comment out the "10 years ago" test, which
was changed in 1.4.3 but is still problematic.
[arguments]: Add "-DUSE_SSH=ON". Remove 'fix-hardcoded-paths' phase.
Adjust 'check' phase for new executable name.
(libgit2-1.3): New variable.
(libgit2-1.1): Inherit from 'libgit2-1.3'; inherit from its origin too.
* gnu/packages/crates-io.scm (rust-git2-0.13)[inputs]: Use LIBGIT2-1.3.
* gnu/packages/python-xyz.scm (python-pygit2)[propagated-inputs]: Likewise.
Co-authored-by: Maxime Devos <maximedevos@telenet.be>
|
|
|
|
|
|
|
| |
This is a followup to e48b5484afde93294c4ed7215e88ed450842b2e5.
* gnu/packages/version-control.scm (libgit2-1.1)[source]: Add
"revparse.c" snippet.
|
|
|
|
|
|
|
| |
Fixes <https://issues.guix.gnu.org/55326>.
* gnu/packages/version-control.scm (libgit2)[source]: Augment 'snippet'
to modify "tests/refs/revparse.c".
|
|
|
|
| |
* gnu/packages/version-control.scm (b4): Update to 0.8.0.
|
|
|
|
|
|
|
|
| |
See: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24765.
* gnu/packages/version-control.scm (git): Update to 2.36.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
| |
* gnu/packages/version-control.scm (pre-commit): Update to 2.18.1.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.35.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
| |
This reverts commit 223a3d7f7fdb6af9c4c090785cab15d38680e887, as it triggered
thousands of rebuilds due to inadvertently touching git-minimal/fixed.
Reported-by: Christopher Baines <mail@cbaines.net>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (stgit): Update to 1.5.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.35.1.
[phases]: Delete trailing #t.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite)[arguments]: Remove
trailing #t.
[inputs]: Add bash-minimal.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (gitolite)[arguments]: Adjust custom
'patch-source phase to search for svnserve in $PATH.
|
|
|
|
| |
* gnu/packages/version-control.scm (gitile): Update to 0.1.4.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (neon): Update to 0.32.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (rcs): Update to 5.10.1.
[source]: Remove patch.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
|
|
| |
* gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
|
|
|
|
| |
* gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
|
|\
| |
| |
| |
| |
| |
| | |
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>:
Remove 'make-gz-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|/
|
|
| |
* gnu/packages/version-control.scm (tig): Update to 2.5.5.
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (pre-commit): Update to 2.16.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (tkrev): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (rcshist): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (rcs)[arguments]: Install man page
for rcsfreeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
| |
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.3.
[arguments]: Don't explicitly return #t from phases.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (mercurial)[naive-search-paths]:
Search for extensions in python3.9 subfolder.
|
|
|
|
|
|
|
|
|
|
| |
With commit 8394619baceb118df92e355377fd543bb1aa501a, the label for
'pkg-config' when cross-compiling changed to "TRIPLET-pkg-config",
thereby breaking the 'assoc-ref' call. This commit fixes it by avoiding
referring to the label.
* gnu/packages/version-control.scm (libgit2)[arguments]: Adjust
"-DPKG_CONFIG_EXECUTABLE=" option.
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (fossil): Update to 2.17.
[source](uri): Adjust.
[inputs]: Change from SQLITE to SQLITE-NEXT.
[arguments]: Remove trailing #t's.
|
|
|
|
|
|
|
|
|
| |
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
|
|
|
|
|
|
|
|
| |
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/version-control.scm (stagit): Update to 1.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|