Skip to content
This repository has been archived by the owner on May 27, 2018. It is now read-only.

What about server admins using not-yet-released code? #13

Open
rugk opened this issue Dec 13, 2016 · 2 comments
Open

What about server admins using not-yet-released code? #13

rugk opened this issue Dec 13, 2016 · 2 comments

Comments

@rugk
Copy link
Member

rugk commented Dec 13, 2016

What if server admins use the master branch from the GitHub repo to clone and update their instance? This would let to a failure with this add-on.

Options:

  • Ignore them, they should run stable versions
  • Include also the hashes for these dev version in the JSON
@nitmir
Copy link

nitmir commented Dec 14, 2016

One solution would be to put every new commit on a dev branch, and to only merge with master on release. Hence master would be the last released version.

@rugk
Copy link
Member Author

rugk commented Dec 14, 2016

Or, which is easier to manage - to have a develop branch as the branch where pushes/PRs go to. However I like master very much as a default, so it would also be possible vice versa: A stable branch where only stable updates are provided.
A similar discussion about this has happened in PrivateBin/PrivateBin#84.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants