Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2019-02-27 10:26:27 +0300
committerChristopher Haster <chaster@utexas.edu>2019-04-08 21:55:35 +0300
commit7e110b44c0e796dc56e2fe86587762d685653029 (patch)
treeb8e8a7eed7feb2c233b6ef1acda71b432bf171e4 /emubd/lfs_emubd.h
parent7f7b7332e3a356587b814ceebf23a8e68f06da9e (diff)
Added automatic version prefixing to releasesv1.7.2v1
The script itself is a part of .travis.yml, using ./scripts/prefix.py for applying prefixes to the source code. This purpose of the automatic job is to provide a branch containing version prefixes, to avoid name conflicts in binaries containing different major versions of littlefs with only a git clone. As a part of each release, two branches and a tag are created: - vN - moving branch - vN-prefix - moving branch - vN.N.N - immutable tag The major version branch (vM) is created on major releases, but updated every patch release. The patch version tag (vM.M.P) is created every patch release. Patch releases occur every time a commit is merged into master, though multiple merges may be coalesced. The major prefix branch (vM-prefix) is modified with the ./scripts/prefix.py script. Note that this branch is updated as a synthetic merge commit with the previous history of vM-prefix. The reason for this is to allow users to easily update vM-prefix with a `git pull` as they would for other branches. A---B---C---D---E master, v1, v1.7.3 \ \ \ F-------G---H v1-prefix
Diffstat (limited to 'emubd/lfs_emubd.h')
0 files changed, 0 insertions, 0 deletions