diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-04 22:49:56 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-06 17:30:25 -0400 |
commit | c35d9f6338300dcf6f1688ee2df9475dd14b8c94 (patch) | |
tree | 5e48490fbf10de3fcc3abb9e7784b59fee190c43 /docs/release_checklist.wiki | |
parent | b4dde3d5112c95574f85f62daf0c2c75db391f52 (diff) |
[pkg] move the pyinstaller bundle to a child folder
Diffstat (limited to 'docs/release_checklist.wiki')
-rw-r--r-- | docs/release_checklist.wiki | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release_checklist.wiki b/docs/release_checklist.wiki index 075591a7..f831d965 100644 --- a/docs/release_checklist.wiki +++ b/docs/release_checklist.wiki @@ -1,6 +1,7 @@ = Bitmask Release Checklist (*) = * [ ] Check that all tests are passing! * [ ] Check that the version in bitmask_client/pkg/linux/bitmask-root is bumped if needed. + * [ ] Update pkg/next-release * [ ] Tag everything * Should be done for the following packages, in order: * [ ] 1. leap.common @@ -31,7 +32,7 @@ * [ ] git push origin master; git push origin X.Y.Z * [ ] git checkout develop && git merge master && git push origin develop * [ ] Build and upload bundles - * [ ] Use the scripts under pkg/<os>/ to build the the bundles. + * [ ] Use 'make pyinst-linux' to build bundles. * [ ] Sign them with gpg -a --sign --detach-sign <path/to/bundle> * [ ] Upload bundle and signature to downloads.leap.se/client/<os>/Bitmask-<os>-<ver>.(tar.bz2,dmg,zip) * [ ] Update symbolic link for latest upload and signature: |