summaryrefslogtreecommitdiff
path: root/bundle_pyinstaller.sh
AgeCommit message (Collapse)Author
2015-08-26[bug] files have to be added after pyinstallerKali Kaneko
otherwise the build folder is destroyed after the missing files have been added.
2015-08-13Remove unneeded hacks, comment pyinstaller clones.Ivan Alejandro
Resolves: #7384
2015-08-07[feat] Install pyside from leap's wheelhouseParménides GV
Use kali's pyinstaller with pyside-hooks Don't use the index, I want the wheel from lizard. - Related: #7352
2015-08-06[feat] Detect sumo top folder with tarParménides GV
The script was assuming that the sumo tarball was named after the version of bitmask it contains, but "latest" symlink generated by buildbot doesn't follow that rule. Let tar list the folder the tarball generates (assuming there is only one folder, and that it's listed in first place), and follow accordingly. - Related: #7345
2015-08-05Add pyinstaller bundler script.Ivan Alejandro