sentora / sentora-core

Sentora is a web hosting control panel written in PHP for *NIX
GNU General Public License v3.0
648 stars 446 forks source link

Branch needed #20

Closed trojanspike closed 10 years ago

trojanspike commented 10 years ago

Branch 10.1.1 is needed for installers @bobsta63 . I can't make branches on here.

allebb commented 10 years ago

You sure you need an installer for the 10.1.1 branch? - Can it not be 'pre-1.0.0' or something? (We are starting Sentora off at 1.0.0 and it might confuse people lol!)

Can you try creating a branch now, it should work fine :)

On 2 August 2014 22:11, Lee Mc Kay notifications@github.com wrote:

Branch 10.1.1 is needed for installers @bobsta63 https://github.com/bobsta63 . I can't make branches on here.

— Reply to this email directly or view it on GitHub https://github.com/sentora/sentora-core/issues/20.

jacobgelling commented 10 years ago

Or a pre-1.0.0 tag would be even better :wink:

allebb commented 10 years ago

Yeah that's what I mean't ;) - Now you're getting me confused too hehe!

On 3 August 2014 10:16, Jacob Gelling notifications@github.com wrote:

Or a pre-1.0.0 tag would be even better [image: :wink:]

— Reply to this email directly or view it on GitHub https://github.com/sentora/sentora-core/issues/20#issuecomment-50985807.

trojanspike commented 10 years ago

:) kinda confuggled now myself. The installers were changed to pull from guthub/sentora but no branches are available to checkout out the version given :) .

I'll use tag & branch starting at 1.0.0 for sentora, branch would be easier for the installer : git clone -b 1.0.0 -etc .

I'll also need someone to work along with me on the first release of ubuntu 14.04 installer branch : dev/ubuntu/14.04/installer - some very annoying bits

jacobgelling commented 10 years ago

The installers already download from a tag specified at the top of each installer script - Sentora_VERSION=10.1.1

There's no need to use branches as well as tags. You just need to tag the core repo as pre-1.0.0 and change that variable to pre-1.0.0 in each script.

trojanspike commented 10 years ago

@jacobg830 ok.

I'm sure there are a few ways to get the same result. checkout tags/$VERSION , git clone -b $VERSION etc. I have the branch & tag made . Just need to get 14.04's installer & packages working well.

jacobgelling commented 10 years ago

Somebody at the forums had a crack at getting it to work in 14.04, here's the link to his script: https://github.com/zcworld/ZPX-installer-Beta/blob/master/Ubuntu/14.x/PHP_5.5.9/installer.sh I'm not sure how far he got but it might be useful to get some ideas from :wink:

trojanspike commented 10 years ago

:+1:

I'll have a look