> On Aug. 25, 2015, 4:12 p.m., Kevin Sweeney wrote: > > specs/rpm/Makefile, lines 37-38 > > <https://reviews.apache.org/r/37772/diff/1/?file=1052463#file1052463line37> > > > > This is weird as a user will never be able to upgrade from a release > > version to a nightly. > > Maxim Khutornenko wrote: > Isn't version global across RPM builds?
This was a misunderstanding of how epochs are used for version identification. I will back out that part of the patch. - Bill ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37772/#review96443 ----------------------------------------------------------- On Aug. 25, 2015, 2:13 p.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37772/ > ----------------------------------------------------------- > > (Updated Aug. 25, 2015, 2:13 p.m.) > > > Review request for Aurora and Maxim Khutornenko. > > > Bugs: AURORA-851 > https://issues.apache.org/jira/browse/AURORA-851 > > > Repository: aurora-packaging > > > Description > ------- > > This addresses several things needed to get RPM builds working. The major > change is the specification of an RPM Epoch, which will allow the desired > version ordering for nightly vs released versions. If you would like some > light reading on this topic, you can find it here: > http://www.rpm.org/max-rpm-snapshot/s1-rpm-depend-manual-dependencies.html > > > Diffs > ----- > > builder/deb/ubuntu-trusty/build.sh 9c162c728a11a52fb3918dc41f899eb64e3c1084 > builder/rpm/centos-7/build.sh 9e8eae94a09d013d01ea405ecb2e554d348e2ce8 > specs/rpm/Makefile 77605fe4817ada3cb4601b754a5e4980f8fd1e45 > specs/rpm/README.md 2432dc7d1de0ae1becd36a914a446a4211f6c177 > specs/rpm/aurora.init.sh > specs/rpm/aurora.logrotate > specs/rpm/aurora.service > specs/rpm/aurora.spec 22c107e4dd012d516a11e25a1d1cb6e702e6a24e > specs/rpm/aurora.startup.sh > specs/rpm/aurora.sysconfig > specs/rpm/clusters.json > specs/rpm/thermos-observer.init.sh > specs/rpm/thermos-observer.logrotate > specs/rpm/thermos-observer.service > specs/rpm/thermos-observer.startup.sh > specs/rpm/thermos-observer.sysconfig > > Diff: https://reviews.apache.org/r/37772/diff/ > > > Testing > ------- > > Successfully ran > ``` > ./build-artifact.sh builder/rpm/centos-7 > ~/apache-aurora-0.10.0_SNAPSHOT.2015.08.25.tar.gz 0.10.0_SNAPSHOT.2015.08.25 > ``` > > > Thanks, > > Bill Farner > >
