Skip to content

Commit 48a44f1

Browse files
committed
Added full instructions to merge revamp -> master
1 parent ef424db commit 48a44f1

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,23 @@ add more features. Testing is welcome.
2323

2424
# TODO to make this the master branch
2525

26-
- Add a distribute.sh that gives an appropriate error message when
26+
- Add a distribute.sh that gives an appropriate error message when
2727
called, so that old versions of buildozer will be informative about
2828
the problem.
29-
- Make buildozer download python-for-android from a new 'old' branch
30-
- Somehow mark/notify existing PRs that refer to the old branch (add a
31-
tag?)
29+
- ✓ Make buildozer download python-for-android from a new 'old' branch
30+
31+
Steps to make this the master branch will be:
32+
33+
1. Copy p4a master to a new 'old_toolchain' branch
34+
2. Merge https://github.com/kivy/buildozer/pull/233 so that buildozer
35+
will pull from this branch
36+
3. Push a new buildozer version to pypi. It is important that people
37+
will be able to upgrade!
38+
4. Merge the revamp branch into the master branch (or just replace
39+
it...since it's a total rewrite I guess it doesn't need to be a
40+
merge).
41+
5. Note in any recent non-revamp PRs that they must be redirected to
42+
the old_toolchain branch.
3243

3344
# Documentation
3445

0 commit comments

Comments
 (0)