On Mon, May 7, 2012 at 4:39 PM, Marvin Humphrey <[email protected]> wrote:
> ... and then once a vote passes, move the artifacts here...
>
>    https://dist.apache.org/repos/dist/lucy

That should have been....

    https://dist.apache.org/repos/dist/release/lucy   # note "release" dir

To simplify things this time around, I suggest running the following sequence
of commands:

    svn co https://dist.apache.org/repos/dist/release/lucy lucyrelease
    cd lucyrelease
    scp -p [email protected]:~/public_html/apache-lucy-0.3.1-rc2/* .
    svn add apache-lucy-0.3.1.tar.gz
    svn add apache-lucy-0.3.1.tar.gz.md5
    svn add apache-lucy-0.3.1.tar.gz.sha
    svn add apache-lucy-0.3.1.tar.gz.asc
    svn add CHANGES-0.3.1.txt
    svn ci -m "Publish Apache Lucy 0.3.1"

Marvin Humphrey

Reply via email to