You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@aurora.apache.org by Steve Salevan <st...@gmail.com> on 2015/05/02 07:02:05 UTC

Review Request 33778: Adds RPM specfile and support scripting

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33778/
-----------------------------------------------------------

Review request for Aurora.


Bugs: AURORA-1116
    https://issues.apache.org/jira/browse/AURORA-1116


Repository: aurora


Description
-------

This review board adds support for building Red Hat-flavored packages for the Aurora scheduler alongside its client and Thermos-related binaries:

aurora - Aurora Scheduler
aurora-client - Aurora client and admin tool
aurora-thermos - Thermos executor, runner, and observer
aurora-debuginfo - Debugging symbols for Python/libmesos integration

If you'd like to give it a whirl, the following Make targets will spin up new RPMs:

make (nightly_srpm|nightly_rpm) - builds an RPM or SRPM with timestamped versioning, suitable for producing nightly updates
make (release_srpm|release_rpm) - builds without timestamped versioning

Let me know what you think, and thanks!


Diffs
-----

  packaging/rpm/Makefile PRE-CREATION 
  packaging/rpm/aurora.init.sh PRE-CREATION 
  packaging/rpm/aurora.logrotate PRE-CREATION 
  packaging/rpm/aurora.service PRE-CREATION 
  packaging/rpm/aurora.spec PRE-CREATION 
  packaging/rpm/aurora.startup.sh PRE-CREATION 
  packaging/rpm/aurora.sysconfig PRE-CREATION 
  packaging/rpm/clusters.json PRE-CREATION 
  packaging/rpm/thermos-observer.init.sh PRE-CREATION 
  packaging/rpm/thermos-observer.logrotate PRE-CREATION 
  packaging/rpm/thermos-observer.service PRE-CREATION 
  packaging/rpm/thermos-observer.startup.sh PRE-CREATION 
  packaging/rpm/thermos-observer.sysconfig PRE-CREATION 

Diff: https://reviews.apache.org/r/33778/diff/


Testing
-------

Successfully executed builds on EL 6/7 and F19/20, tested deployment on EL6 and F19


Thanks,

Steve Salevan


Re: Review Request 33778: Adds RPM specfile and support scripting

Posted by Aurora ReviewBot <wf...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33778/#review82313
-----------------------------------------------------------

Ship it!


Master (5fc7baf) is green with this patch.
  ./build-support/jenkins/build.sh

I will refresh this build result if you post a review containing "@ReviewBot retry"

- Aurora ReviewBot


On May 2, 2015, 5:20 a.m., Steve Salevan wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/33778/
> -----------------------------------------------------------
> 
> (Updated May 2, 2015, 5:20 a.m.)
> 
> 
> Review request for Aurora.
> 
> 
> Bugs: AURORA-1116
>     https://issues.apache.org/jira/browse/AURORA-1116
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> This review board adds support for building Red Hat-flavored packages for the Aurora scheduler alongside its client and Thermos-related binaries:
> 
> aurora - Aurora Scheduler
> aurora-client - Aurora client and admin tool
> aurora-thermos - Thermos executor, runner, and observer
> aurora-debuginfo - Debugging symbols for Python/libmesos integration
> 
> If you'd like to give it a whirl, the following Make targets will spin up new RPMs:
> 
> make (nightly_srpm|nightly_rpm) - builds an RPM or SRPM with timestamped versioning, suitable for producing nightly updates
> make (release_srpm|release_rpm) - builds without timestamped versioning
> 
> Let me know what you think, and thanks!
> 
> 
> Diffs
> -----
> 
>   packaging/rpm/Makefile PRE-CREATION 
>   packaging/rpm/aurora.init.sh PRE-CREATION 
>   packaging/rpm/aurora.logrotate PRE-CREATION 
>   packaging/rpm/aurora.service PRE-CREATION 
>   packaging/rpm/aurora.spec PRE-CREATION 
>   packaging/rpm/aurora.startup.sh PRE-CREATION 
>   packaging/rpm/aurora.sysconfig PRE-CREATION 
>   packaging/rpm/clusters.json PRE-CREATION 
>   packaging/rpm/thermos-observer.init.sh PRE-CREATION 
>   packaging/rpm/thermos-observer.logrotate PRE-CREATION 
>   packaging/rpm/thermos-observer.service PRE-CREATION 
>   packaging/rpm/thermos-observer.startup.sh PRE-CREATION 
>   packaging/rpm/thermos-observer.sysconfig PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/33778/diff/
> 
> 
> Testing
> -------
> 
> Successfully executed builds on EL 6/7 and F19/20, tested deployment on EL6 and F19
> 
> 
> Thanks,
> 
> Steve Salevan
> 
>


Re: Review Request 33778: Adds RPM specfile and support scripting

Posted by Steve Salevan <st...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/33778/
-----------------------------------------------------------

(Updated May 2, 2015, 5:20 a.m.)


Review request for Aurora.


Changes
-------

Allows for specifiable MESOS_VERSION via Makefile env variable


Bugs: AURORA-1116
    https://issues.apache.org/jira/browse/AURORA-1116


Repository: aurora


Description
-------

This review board adds support for building Red Hat-flavored packages for the Aurora scheduler alongside its client and Thermos-related binaries:

aurora - Aurora Scheduler
aurora-client - Aurora client and admin tool
aurora-thermos - Thermos executor, runner, and observer
aurora-debuginfo - Debugging symbols for Python/libmesos integration

If you'd like to give it a whirl, the following Make targets will spin up new RPMs:

make (nightly_srpm|nightly_rpm) - builds an RPM or SRPM with timestamped versioning, suitable for producing nightly updates
make (release_srpm|release_rpm) - builds without timestamped versioning

Let me know what you think, and thanks!


Diffs (updated)
-----

  packaging/rpm/Makefile PRE-CREATION 
  packaging/rpm/aurora.init.sh PRE-CREATION 
  packaging/rpm/aurora.logrotate PRE-CREATION 
  packaging/rpm/aurora.service PRE-CREATION 
  packaging/rpm/aurora.spec PRE-CREATION 
  packaging/rpm/aurora.startup.sh PRE-CREATION 
  packaging/rpm/aurora.sysconfig PRE-CREATION 
  packaging/rpm/clusters.json PRE-CREATION 
  packaging/rpm/thermos-observer.init.sh PRE-CREATION 
  packaging/rpm/thermos-observer.logrotate PRE-CREATION 
  packaging/rpm/thermos-observer.service PRE-CREATION 
  packaging/rpm/thermos-observer.startup.sh PRE-CREATION 
  packaging/rpm/thermos-observer.sysconfig PRE-CREATION 

Diff: https://reviews.apache.org/r/33778/diff/


Testing
-------

Successfully executed builds on EL 6/7 and F19/20, tested deployment on EL6 and F19


Thanks,

Steve Salevan