saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
https://docs.saltproject.io/salt/install-guide/en/latest/
Apache License 2.0
14.22k stars 5.49k forks source link

Get salt into OpenSuse Build System #2917

Closed terminalmage closed 11 years ago

terminalmage commented 11 years ago

OpenSuse has a pkg provider but is not packaged in OpenSuse.

I'll follow the yellow brick road outlined here and try to make this happen.

terminalmage commented 11 years ago

From information I gathered on the wiki and in #opensuse-buildservice on freenode, I'll need to first submit my package, and once it is approved I can add the obs repo for that pkg group (and install the package in one line) using the following command:

zypper ar obs://devel:languages:python python-pyzmq

I'll need to start with the yet-unpackaged python deps before moving to salt proper.

thatch45 commented 11 years ago

Before you spend too much time here, I have already packages Salt and all deps on the opensuse build system: https://build.opensuse.org/package/show?package=Salt&project=home%3Athatch45

terminalmage commented 11 years ago

Oh, fantastic then :) I was not aware. Thanks for the heads-up.

thatch45 commented 11 years ago

It should speed you up even though the salt version is old

s0l4r commented 11 years ago

I'll do what I can do help maintain packages for SLES and perhaps openSUSE. I have requested access to the OBS.. :) We currently have build servers for SLES SP1, SP2 and openSUSE for testing..

thatch45 commented 11 years ago

I have accepted your request, I greatly appreciate your help here! The packages build but they are outdataed and need some more testing.

holmboe commented 11 years ago

@s0l4r, good to see that you are on this. As soon as we are running official packages the better.

It enables @thatch45 et al to troubleshoot with the very same version.