summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
Commit message (Collapse)AuthorAge
* gnu: Add missing copyright line.Clément Lassieur2017-05-03
| | | | | * gnu/packages/version-control.scm: Add missing copyright line for commit db88b5a.
* gnu: gitolite: Avoid references to the store in authorized_keys.Clément Lassieur2017-05-03
| | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Substitute '$glshell' with 'gitolite-shell' in ssh-authkeys.
* gnu: Use HTTPS on 2f30.org.Tobias Geerinckx-Rice2017-04-21
| | | | | | | * 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: version-control: Use HTTPS where possible.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (git)[home-page]: Use HTTPS. (cvs)[source, home-page]: Likewise.
* gnu: git-crypt: Double-space Texinfo mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (git-crypt)[description]: Use two spaces where one would suffice.
* gnu: diffstat: Use @command mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (diffstat)[synopsis, description]: Use @command.
* gnu: diffstat: Update to 1.61.Tobias Geerinckx-Rice2017-04-21
| | | | | * gnu/packages/version-control.scm (diffstat): Update to 1.61. [source]: Add http://invisible-mirror.net mirror.
* gnu: neon: Use @enumerate mark-up.Tobias Geerinckx-Rice2017-04-21
| | | | * gnu/packages/version-control.scm (neon)[description]: Use @enumerate.
* gnu: neon: Update to 0.30.2.Tobias Geerinckx-Rice2017-04-21
| | | | * gnu/packages/version-control.scm (neon): Update to 0.30.2.
* gnu: cgit: Update to 1.1.Vasile Dumitrascu2017-04-21
| | | | | | | | | * 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: Add darcs.ng02017-04-10
| | | | | | * gnu/packages/version-control.scm (darcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: myrepos: Use 'modify-phases' syntax.Efraim Flashner2017-04-07
| | | | | * gnu/packages/version-control.scm (myrepos)[arguments]: Use 'modify-phases' syntax.
* gnu: myrepos: Update to 1.20170129.Efraim Flashner2017-04-07
| | | | | | | * 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.
* Merge branch 'master' into core-updatesMarius Bakke2017-03-30
|\ | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | | | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* | Merge branch 'master' into core-updatesLeo Famulari2017-03-27
|\|
| * gnu: libgit2: Patch use-after-free.Ludovic Courtès2017-03-28
| | | | | | | | | | | | | | * 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: git: Update to 2.12.2.Marius Bakke2017-03-25
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.12.2.
* | gnu: rcs: Fix build against gcc-5.4.0.Sergei Trofimovich2017-03-23
| | | | | | | | | | | | | | | | * 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>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-22
|\|
| * gnu: Adjust asciidoc-related build options.Kei Kebreau2017-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: git: Update to 2.12.1.Marius Bakke2017-03-21
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.12.1.
* | Merge branch 'master' into core-updatesMarius Bakke2017-03-15
|\|
| * Revert "gnu: gitolite: Fix shebangs in hooks."Leo Famulari2017-03-14
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-09
|\|
| * gnu: gitolite: Fix shebangs in hooks.ng02017-03-04
| | | | | | | | | | | | | | | | | | 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: gitolite: Update to 3.6.6.ng02017-03-04
| | | | | | | | | | | | * gnu/packages/version-control.scm (gitolite): Update to 3.6.6. Signed-off-by: Leo Famulari <leo@famulari.name>
| * Merge branch 'master' into python-testsMarius Bakke2017-02-27
| |\
| | * gnu: git: Update to 2.12.0.Marius Bakke2017-02-24
| | | | | | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.12.0.
| * | Merge branch 'master' into python-testsMarius Bakke2017-02-13
| |\|
| * | Merge branch 'master' into python-testsLeo Famulari2017-01-13
| |\ \
| * | | gnu: git-annex-remote-hubic: Fix python-dateutil dependency.Marius Bakke2016-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: git: force GIT_EXEC_PATH to be single-entryTroy Sankey2017-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git)[native-search-paths](separator): New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-20
|\ \ \ \ | | |_|/ | |/| |
| * | | gnu: libgit2: Propagate openssl and zlib.Ludovic Courtès2017-02-11
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (libgit2)[inputs]: Move OPENSSL to... [propagated-inputs]: ... here. New field.
* | | | Merge branch 'master' into core-updatesLudovic Courtès2017-02-10
|\| | |
| * | | gnu: git: Add GIT_EXEC_PATH search-path-specification.David Craven2017-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Add git-crypt.David Craven2017-02-10
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git-crypt): New variable.
| * | | gnu: git: Update to 2.11.1.Efraim Flashner2017-02-03
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.11.1.
* | | | Merge branch 'master' into core-updatesLudovic Courtès2017-01-23
|\| | |
| * | | gnu: stagit: Update to 0.5.ng02017-01-18
| | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (stagit): Update to 0.5.
| * | | gnu: vc-dwim: Update to 1.8.Efraim Flashner2017-01-15
| | |/ | |/| | | | | | | | | | * gnu/packages/version-control.scm (vc-dwim): Update to 1.8. [home-page]: Use https.
| * | gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].Ludovic Courtès2017-01-10
| |/ | | | | | | | | | | | | 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.
* / search-paths: Allow specs with #f as their separator.Ludovic Courtès2017-01-23
|/ | | | | | | | | | | | | | | | | | | | | 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: cssc: Update to 1.4.0.Tobias Geerinckx-Rice2016-12-12
| | | | | | | | * 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: subversion: Update to 1.8.17.Efraim Flashner2016-12-07
| | | | * gnu/packages/version-control.scm (subversion): Update to 1.8.17.
* gnu: git: Fix gitweb.Ricardo Wurmus2016-12-03
| | | | | * gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. [arguments]: Wrap "gitweb.cgi" with PERL5LIB.
* gnu: git: Update to 2.11.0.Leo Famulari2016-11-29
| | | | * gnu/packages/version-control.scm (git): Update to 2.11.0.
* gnu: Remove python-setuptools and python2-setuptools from inputs (part 2)Hartmut Goebel2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains the changes where removing setuptools from the inputs affected some code-lines beside. * gnu/packages/admin.scm (ansible): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (duplicity): Likewise. * gnu/packages/bioinformatics.scm (bamm, python2-pybedtools, python2-bx-python, python2-dendropy, python-pysam, python2-pysam, clipper, crossmap, cutadapt, deeptools, grit, idr, python2-warpedlmm, pbtranscript-tofu, seqmagick): Likewise. * gnu/packages/docbook.scm (dblatex): Likewise. * gnu/packages/freedesktop.scm (python-pyxdg, python2-pyxdg): Likewise. * gnu/packages/lirc.scm (python2-lirc): Likewise. * gnu/packages/mp3.scm (eyed3): Likewise. * gnu/packages/nutrition.scm (gourmet): Likewise. * gnu/packages/openstack.scm (python-hacking, python2-hacking, python-os-testr, python2-os-testr, python-stevedore, python2-stevedore, python-tempest-lib, python2-tempest-lib, python-oslo.log, python2-oslo.log, python-keystoneclient, python2-keystoneclient): Likewise. * gnu/packages/password-utils.scm (assword): Likewise. * gnu/packages/python.scm (python-passlib, python2-passlib, python-babel, python2-babel, python-parse-type, python-pytest, python2-pytest, python-scripttest, python2-scripttest, python-testtools, python2-testtools, python-testscenarios, python2-testscenarios, python-subunit, python2-subunit, python-pbr-0.11, python-pbr, python2-pbr, python-testrepository, python2-testrepository, behave, python-wheel, python2-wheel, python-requests, python2-requests, python-jsonschema, python2-jsonschema, python-pyjwt, python2-pyjwt, python-virtualenv, python2-virtualenv, python-jinja2, python2-jinja2, python-joblib, python2-joblib, python-sphinx, python2-sphinx, python-feedgenerator, python2-feedgenerator, python-scikit-image, python2-scikit-image, python-redis, python2-redis, python2-fastlmm, python-numpydoc, python2-numpydoc, python-matplotlib, python2-matplotlib, python2-pysnptools, python-rpy2, python2-rpy2, python-pillow, python2-pillow, python-pycparser, python2-pycparser, python-cffi, python2-cffi, python-cairocffi, python2-cairocffi, python-drmaa, python2-drmaa, python-pathpy, python2-pathpy, python-simplegeneric, python2-simplegeneric, python-ipython, python2-ipython, python-apsw, python2-apsw, python-lxml, python2-lxml, python-networkx, python2-networkx, python-pyzmq, python2-pyzmq, python-mccabe, python2-mccabe, python-mccabe-0.2.1, python-flake8, python2-flake8, python-flake8-2.2.4, python-mistune, python2-mistune, python-ptyprocess, python2-ptyprocess, python-llfuse, python2-llfuse, python-webob, python2-webob, python-xlrd, python2-xlrd, python-tables, python2-tables, python-pip, python2-pip, python-libarchive-c, python2-libarchive-c, python-docopt, python2-docopt, python-pyrfc3339, python2-pyrfc3339, python-configobj, python2-configobj, python-clint, python2-clint, python-rply, python2-rply, python2-rpython, python-widgetsnbextension, python2-widgetsnbextension jupyter, python-jupyter-console, python2-jupyter-console, python-hy, python2-hy, python-urllib3, python2-urllib3, python-rsa, python2-rsa, python-tox, python2-tox, python2-hypothesis, python-paste, python2-paste, python-pastescript, python2-pastescript, python2-unicodecsv, python-pkgconfig, python2-pkgconfig, python2-rope, python-sqlparse, python2-sqlparse, python-gevent, python2-gevent, python-tabulate, python2-tabulate, python-arrow, python2-arrow, python-cleo, python2-cleo, python-fake-factory, python2-fake-factory, ptpython): Likewise. * gnu/packages/rdf.scm (python-rdflib, python2-rdflib): Likewise. * gnu/packages/terminals.scm (asciinema): Likewise. * gnu/packages/version-control.scm (git-annex-remote-hubic): Likewise. * gnu/packages/xdisorg.scm (arandr): Likewise.
* Merge branch 'core-updates'Ludovic Courtès2016-11-13
|\