Michael Baessler wrote:
When checking again the download.xml file for our website I currently see the
following:
<li><a
href="[preferred]/incubator/uima/binaries/uimaj-2.2.1-incubating/uimaj-2.2.1-incubating-bin.zip">uimaj-2.2.1-incubating-bin.zip</a>
[<a
href="http://www.apache.org/dist/incubator/uima/binaries/uimaj-2.2.1-incubating/uimaj-2.2.1-incubating-bin.zip.asc">asc</a>]
[<a
href="http://www.apache.org/dist/incubator/uima/binaries/uimaj-2.2.1-incubating/uimaj-2.2.1-incubating-bin.zip.md5">md5</a>]
Does this mean that [preferred] handles the selected mirror and I have to take
care about the
correct path behind.
Right.
The checksum and signature files are always downloaded from the same source and
does not use the mirroring system, right?
Right - it's supposed to always download from www.apache.org/dist/...
So the open questions are
- Do I have to do anything for archiving the 2.2.1 release?
I suggest not doing anything now. Leave it in the mirroring system.
Lots of projects keep the last ~5 releases there.
- Do I have to consider anything when uploading the annotator package release
artifacts?
Make sure the file permissions and group setting are consistent with
other directories.
-Marshall