Giter Site home page Giter Site logo

Comments (3)

vlsi avatar vlsi commented on June 11, 2024

Technically speaking the artifacts are used by the task to identify the names of the release files:

Probably the logic could be updated to store the file names somewhere at the prepareVote time.

However, there's a catch: local build folder does not suit for that case because one can call gradlew clean, and the list of the files would be lost.

It looks like the way to go is to add a metadata file to https://dist.apache.org/repos/dist/dev/...or just assume that "everything within /dev/release-candidate-folder" could be moved to /release folder.

from vlsi-release-plugins.

F21 avatar F21 commented on June 11, 2024

Ah right, I see what it does now. Do you think it makes sense to just move the /dev/rc folder over to /release? That's what I've previously done for the docker script in avatica: https://github.com/apache/calcite-avatica/blob/master/docker.sh#L414

from vlsi-release-plugins.

vlsi avatar vlsi commented on June 11, 2024

That is non-trivial.

Apache JMeter stages all the files under https://dist.apache.org/repos/dist/dev/jmeter/apache-jmeter-5.2.1-rc1/ , and the release folders are split into binaries and source: https://dist.apache.org/repos/dist/release/jmeter/

On the good side, I've recently implemented a wrapper over svn ls, so it might indeed be a way to go (enumerate the files and move accordingly).

from vlsi-release-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.