File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,23 @@ add more features. Testing is welcome.
23
23
24
24
# TODO to make this the master branch
25
25
26
- - Add a distribute.sh that gives an appropriate error message when
26
+ - ✓ Add a distribute.sh that gives an appropriate error message when
27
27
called, so that old versions of buildozer will be informative about
28
28
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.
32
43
33
44
# Documentation
34
45
You can’t perform that action at this time.
0 commit comments