right here: https://incubator.apache.org/policy/incubation.html#releases
On Fri, Jan 14, 2022 at 10:21 AM Nicholas Nezis <[email protected]> wrote: > Dave, > > Should we be posting this vote to the Incubator General list (genral at > incubator.apache.org)? Not sure how best to get the input from our > Mentors. > > I'm basing my question off of the "Podling Constraings" section of this > document: https://incubator.apache.org/guides/releasemanagement.html > > Is the vote in [email protected] necessary as a first step? > > Also are these our current mentors? It seems this page needs to be updated > to better reflect our committers and mentors. > https://incubator.apache.org/projects/heron.html > > On Thu, Jan 13, 2022 at 9:18 PM Nicholas Nezis <[email protected]> > wrote: > > > +1 vote from me. > > > > On Thu, Jan 13, 2022 at 4:57 PM Saad Ur Rahman <[email protected]> > > wrote: > > > >> I am clearer on the process now, for some reason I thought the process > >> lasted 72hrs and was "consensus by silence." I should have been > >> referencing > >> this section: > https://www.apache.org/foundation/voting.html#ReleaseVotes > >> > >> On Thu, Jan 13, 2022 at 2:35 PM Josh Fischer <[email protected]> > wrote: > >> > >> > We also have to pass a vote on [email protected] as well. I forgot to > mention > >> > this. > >> > > >> > > >> > On Thu, Jan 13, 2022 at 12:42 PM Saad Ur Rahman < > >> [email protected]> > >> > wrote: > >> > > >> > > Got it, thanks for the update on the details of the vote. > >> > > > >> > > On Thu, Jan 13, 2022 at 1:24 PM Josh Fischer <[email protected]> > >> > wrote: > >> > > > >> > > > The vote will pass when we get three (hopefully) binding votes > from > >> our > >> > > > mentors. > >> > > > > >> > > > On Thu, Jan 13, 2022 at 11:56 AM Saad Ur Rahman < > >> > [email protected] > >> > > > > >> > > > wrote: > >> > > > > >> > > > > I know the vote passes in a few hours unless there is an issue > >> but... > >> > > > > > >> > > > > +1 approve > >> > > > > > >> > > > > On Tue, Jan 11, 2022 at 8:05 PM thinker0 <[email protected]> > >> wrote: > >> > > > > > >> > > > > > +1 approve > >> > > > > > > >> > > > > > 2022년 1월 11일 (화) 오후 1:15, Nicholas Nezis < > >> [email protected] > >> > > >님이 > >> > > > > 작성: > >> > > > > > > > >> > > > > > > Hello Heron Community, > >> > > > > > > > >> > > > > > > This is a call for a vote to the 1st release candidate for > >> Apache > >> > > > > Heron, > >> > > > > > > version 0.20.5-incubating. > >> > > > > > > We request project mentors (binded) as well as all > >> contributors > >> > > > > > (unbinded) > >> > > > > > > and users to review and vote on this incubator release. > >> > > > > > > > >> > > > > > > * The tag to be voted upon: > >> > > fd30626d70e3cc3284dcc527f9d0883f42ff1157 > >> > > > > > > The full list of changes and release notes are available > >> > > > > > > at: > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > https://github.com/apache/incubator-heron/releases/tag/0.20.5-incubating-rc1 > >> > > > > > > > >> > > > > > > Files can be found in dist.apache.org > >> > > > > > > Source: > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.5-incubating-rc1/heron-0.20.5-incubating-src.tar.gz > >> > > > > > > SHA-512 checksums: > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > https://dist.apache.org/repos/dist/dev/incubator/heron/heron-0.20.5-incubating-rc1/heron-0.20.5-incubating-src.tar.gz.sha512 > >> > > > > > > > >> > > > > > > > >> > > > > > > Please download the source package, and follow the below > steps > >> > from > >> > > > > > > the root folder of the heron code base. Note that currently > >> > Bazel > >> > > > > > > 4.1.0 is required to build this version and approximate > build > >> > time > >> > > is > >> > > > > > > 45 minutes. > >> > > > > > > # check that Bazel and other dependencies are setup > correctly > >> > > > > > > ./bazel_configure.py > >> > > > > > > > >> > > > > > > > >> > > > > > > To build an install script for your desired platform > (debian, > >> and > >> > > > > > > centos are supported for this release) you may run the > >> following > >> > > > > > > command. > >> > > > > > > for Debian10 > >> > > > > > > $ bazel build --config=debian_nostyle > >> scripts/packages:binpkgsfor > >> > > > > > > Ubuntu18.04/Ubuntu20.04 > >> > > > > > > $ bazel build --config=ubuntu_nostyle > scripts/packages:binpkgs > >> > > > > > > for CentOS7 > >> > > > > > > $ bazel build --config=centos_nostyle > scripts/packages:binpkgs > >> > > > > > > > >> > > > > > > To execute and install Heron from an install script you can > >> > follow > >> > > > the > >> > > > > > > steps below: > >> > > > > > > > >> > > > > > > > >> > > > > > > $ chmod +x heron-install-0.20.5-incubating-{distro}.sh > >> > > > > > > $ ./heron-install-0.20.5-incubating-{distro}.sh --user > >> > > > > > > > >> > > > > > > From here you should find disclaimers and other files in > your > >> > > > ~/.heron > >> > > > > > > directory. > >> > > > > > > ls ~/.heron/ > >> > > > > > > > >> > > > > > > DISCLAIMER NOTICE conf/ etc/ > >> include/ > >> > > > > > > release.yaml > >> > > > > > > > >> > > > > > > LICENSE bin/ dist/ examples/ lib/ > >> > > > > > > > >> > > > > > > > >> > > > > > > or refer to the compiling > >> > > > > > > guidehttps:// > >> > > > heron.incubator.apache.org/docs/next/compiling-overview/ > >> > > > > > > to setup the environment, build and run locally. > >> > > > > > > > >> > > > > > > After Bazel is set up and works correctly, you can use > these > >> > > release > >> > > > > > check > >> > > > > > > scripts as well. > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > >> > https://github.com/apache/incubator-heron/blob/master/scripts/release_check/README.md#run-individual-release-checks > >> > > > > > > to verify the build. The vote will be open for at least 72 > >> hours > >> > > or > >> > > > > > until > >> > > > > > > the necessary number of votes are reached. > >> > > > > > > > >> > > > > > > Please vote accordingly: > >> > > > > > > [ ] +1 approve > >> > > > > > > [ ] +0 no opinion > >> > > > > > > [ ] -1 disapprove with the reason > >> > > > > > > > >> > > > > > > Thank you, > >> > > > > > > > >> > > > > > > The Apache Heron (Incubating) Team > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > -- > >> > Sent from A Mobile Device > >> > > >> > > >
