Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOL develop branch and automated release preparations #39

Merged
merged 21 commits into from
May 3, 2020
Merged

Conversation

zehnm
Copy link
Member

@zehnm zehnm commented May 3, 2020

This pull request prepares automatic releases and changelogs in the future.
All outstanding features in the develop branch are included to start with faster and smaller releases.

After this pull request is merged:

  • the develop branch will be deleted.
  • the workflow will be changed from git flow to the simpler GitHub flow.
  • a pre-release is automatically being created for each push on the master branch by a GitHub action.
  • a release is automatically being created for each tag pushed to the master branch by a GitHub action.

martonborzak and others added 21 commits February 16, 2020 20:57
The version env var is replaced in the Buildroot build from the Git
version tag (a release must have a tag) or read from an optional version
file in project root directory.

This closes #33
Initial app-udpate script with new directory layout with separated
directories for app, plugins, scripts, splash screens, web-configurator.

Relates to #35
The wpa_supplicant configuration file in /boot might have been removed.
In this case the wificopy marker no longer applies and needs to be removed.
Compare wpa_supplicant.conf in boot with current configuration file and only
process it if different.

This closes #37
A marker file is *.version file containing meta data of an update:
- Update archive
- Version
- Download URL

Each property is on a separate line.
Key values are separated  by  a colon embedded in tabs.
@zehnm zehnm added the enhancement New feature or request label May 3, 2020
@zehnm zehnm self-assigned this May 3, 2020
@zehnm zehnm merged commit 585d302 into master May 3, 2020
@zehnm zehnm deleted the develop branch May 3, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants