Skip to content
JJ edited this page Sep 11, 2018 · 1 revision

This is the Sandstorm package of GitLab. It depends on this fork of GitLab.

Build process

The current build process has a lot of steps which need to be done manually. Anybody who is able to help us automate them is welcome to comment and help.

  • When a new Release of GitLab is available, download the ZIP file
  • Create a new branch from the master branch of our working copy of GitLab and name it like 11.2.3 branch"
  • Update all files in the master branch with the ones from the downloaded zip file
  • Take care that file permissions didn't change (you might need something like find . -type f -exec chmod 644 {} + )
  • Apply all necessary changes to the new branch to make Wordpress run on Sandstorm
  • Run vagrant-spk dev and do some testing
  • If that seems to work do vagrant-spk pack
  • Creat draft of release on Github, add changelog
  • Do some more detailed testing according to checklist (needs to be created)
  • If all Ok release to app store
  • Create final release on Github
Clone this wiki locally