From 8a93d2a88ef36fffa6620a06747f74492ce1b281 Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 19 Sep 2016 14:45:49 +0100 Subject: [PATCH] download.xml, index.xml: Migrated git repositories to github.com Updated web-page links to git repositories, and provided instructions for updating the URL of previously cloned repositories. --- download.xml | 53 +++++++++++++++++++++++++++++++++++++++------------- index.xml | 4 ++-- 2 files changed, 42 insertions(+), 15 deletions(-) diff --git a/download.xml b/download.xml index 667e4cd..354ce10 100644 --- a/download.xml +++ b/download.xml @@ -34,16 +34,16 @@
  • HTTP (mostly obsolete versions): http://www.comedi.org/download
  • comedilib-0.10.2 (Released 2014-04-15)
  • comedi_calibrate-4 (Released 2016-06-09)
  • -
  • Current Comedi Git snapshot
  • -
  • Current Comedilib Git snapshot
  • -
  • Current comedi_calibrate Git snapshot
  • -
  • Current non-free firmware Git snapshot
  • -
  • Browse all Git repositories (web interface): +
  • Current Comedi Git snapshot
  • +
  • Current Comedilib Git snapshot
  • +
  • Current comedi_calibrate Git snapshot
  • +
  • Current non-free firmware Git snapshot
  • +
  • Browse all Git repositories (web interface):
  • @@ -52,8 +52,8 @@

    -git clone git://comedi.org/git/comedi/comedi.git
    -git clone git://comedi.org/git/comedi/comedilib.git
    +git clone https://github.com/Linux-Comedi/comedi.git
    +git clone https://github.com/Linux-Comedi/comedilib.git
     

    @@ -62,10 +62,37 @@ comedi-nonfree-firmware:

    -git clone git://comedi.org/git/comedi/comedi_calibrate.git
    -git clone git://comedi.org/git/comedi/comedi-nonfree-firmware.git
    +git clone https://github.com/Linux-Comedi/comedi_calibrate.git
    +git clone https://github.com/Linux-Comedi/comedi-nonfree-firmware.git
     
    +

    + The Git repositories were previously hosted on comedi.org and had URLs of + the form "git://comedi.org/git/comedi/repository.git". + To update the URLs of previously cloned repositories (from comedi.org) to + use the current github.com URLs, use the "git remote set-url" + command as follows: +

    + +
    +cd /path/to/comedi
    +git remote set-url origin https://github.com/Linux-Comedi/comedi.git
    +
    +cd /path/to/comedilib
    +git remote set-url origin https://github.com/Linux-Comedi/comedilib.git
    +
    +cd /path/to/comedi_calibrate
    +git remote set-url origin https://github.com/Linux-Comedi/comedi_calibrate.git
    +
    +cd /path/to/comedi-nonfree-firmware
    +git remote set-url origin https://github.com/Linux-Comedi/comedi-nonfree-firmware.git
    +
    + +

    + (Adjust the above commands according to which of the repositories you have + previously cloned, and their local filesystem pathnames.) +

    + diff --git a/index.xml b/index.xml index f0eda79..08b888c 100644 --- a/index.xml +++ b/index.xml @@ -75,8 +75,8 @@ list rather than mailing the maintainers directly.

    Comedi was originally written and conceived by David Schleef <ds@schleef.org>. Much of Comedi has been developed by others. See the AUTHORS files in -Comedi -and Comedilib +Comedi +and Comedilib for a more complete listing of contributors.