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:10:51 UTC

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

     [ https://issues.apache.org/jira/browse/INFRA-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joan Touzet updated INFRA-7170:
-------------------------------

    Description: 
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 (or use .htaccess, see the comments) 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


  was:
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



> 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
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> 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 (or use .htaccess, see the comments) 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)