You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2014/01/08 21:02:50 UTC

[jira] [Created] (INFRA-7170) Minor harmonization of http://archive.apache.org/dist/couchdb/

Joan Touzet created INFRA-7170:
----------------------------------

             Summary: Minor harmonization of http://archive.apache.org/dist/couchdb/ 
                 Key: INFRA-7170
                 URL: https://issues.apache.org/jira/browse/INFRA-7170
             Project: Infrastructure
          Issue Type: Task
            Reporter: Joan Touzet


Presently our CouchDB archive (http://archive.apache.org/dist/couchdb/) has at the top level numbered release directories up to 1.2.1, then follows the new binaries/ sources/ etc. approach for later releases.

Please move all top-level #.#.#/ directories under the sources/ directory, and create symlinks from the top level to these lower levels to preserve any access expected by already-in-production systems.

Something like the following should work:

$ cd ..../dist/couchdb
$ for i in [0-9]*.[0-9]*.[0-9]*; do
    mv $i sources/
    ln -s sources/$i $i
done




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)