Giter Club home page Giter Club logo

Comments (3)

jplitza avatar jplitza commented on September 8, 2024

Nothing else. The release name is automatically determined from the last tag in the site repo if none is given, and the build.sh should use that.

Furthermore, with the switch to LEDE, make clean shouldn't be needed anymore before every new version build. So basically, the build.sh would then be

make update
for target in ...; do
  make -j $proc_num GLUON_TARGET="$target" GLUON_BRANCH=stable
done
make manifest GLUON_BRANCH=stable GLUON_PRIORITY=7
make manifest GLUON_BRANCH=testing GLUON_PRIORITY=0

# other stuff that is done in the current build.sh at the end

from gluon-site-ffhb.

SimJoSt avatar SimJoSt commented on September 8, 2024
make manifest GLUON_BRANCH=stable GLUON_PRIORITY=7

Is it possible to set the date of the stable.manifest to 2/3 weeks in the future? As this would normally be the release date for the stable?

# other stuff that is done in the current build.sh at the end

Does this include the feature to continue a build (statefile) and the determination of the number of processors?

from gluon-site-ffhb.

jplitza avatar jplitza commented on September 8, 2024

Nope, using a future date isn't possible. gluon/scripts/rfc3339date.lua is used to generate the date, which always uses the current date. Maybe we should not generate a stable manifest at all?

And the determination of the number of threads to use has to happen before, and I assumed that to remain as indicated by the usage of $proc_num. My snippet wasn't supposed to be the whole new script, only the main commands.

The statefile stuff is obsolete if we no longer execute make clean.

from gluon-site-ffhb.

Related Issues (13)

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.