Commit Graph
17 Commits
Author SHA1 Message Date
Aleksey Khoroshilov 43eaee3eb8 Use -mx7 by default for 7z archives. 2022-11-07 12:54:30 +07:00
Aleksey Khoroshilov dbc7d28167 Archive native symbols to 7z. 2022-11-07 12:54:25 +07:00
Aleksey Khoroshilov 14ee2bab1c Fix python2 empty stdout.encoding case in util.py. 2022-01-20 18:42:00 +07:00
Aleksey Khoroshilov 619abd2606 Replace unsupported characters to have working stdout print. 2022-01-19 00:40:20 +07:00
Mihai PLESA 49874507d1 fixed line lengths to 80 and do autopep8 2021-10-29 17:54:41 -05:00
mkarolin 80acfb578a Addresses pylint issues with script/lib/util.py 2021-09-29 13:03:48 -04:00
mkarolin 4839c25933 Fixes Windows build errors during transpile_web_ui.
The errors are of the type:

---------------------
[21902/44128] ACTION //brave/components/brave_wallet_ui/page:brave_wallet_page_ui(//build/toolchain/win:win_clang_x64)
Exception in thread Thread-2:
Traceback (most recent call last):
  File "c:\brave-browser\src\brave\vendor\depot_tools\bootstrap-2@3_8_10_chromium_20_bin\python3\bin\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "c:\brave-browser\src\brave\vendor\depot_tools\bootstrap-2@3_8_10_chromium_20_bin\python3\bin\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File "c:\brave-browser\src\brave\vendor\depot_tools\bootstrap-2@3_8_10_chromium_20_bin\python3\bin\lib\subprocess.py", line 1370, in _readerthread
    buffer.append(fh.read())
  File "c:\brave-browser\src\brave\vendor\depot_tools\bootstrap-2@3_8_10_chromium_20_bin\python3\bin\lib\encodings\cp1252.py", line 23, in decode
    return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 180: character maps to <undefined>
---------------------

Started showing up after transitioning to using python3.
2021-09-29 12:50:04 -04:00
Pete Miller 0449319edf Fix formatting for python subprocess errors in brave build tasks, e.g. web-ui webpack compile
This is apparently only compatible with Python 3.5+ and not backwards compatible
2021-07-20 11:54:38 -07:00
Mihai PLESA dd268ba51d removed some unused python scripts (#8543)
* removed some unused python scripts

* more cleanup
2021-04-15 16:31:56 +01:00
Anton Lazarev 2ffc9bdc96 support building on both python 2 and 3 2021-04-08 14:00:06 -07:00
Mihai PLESA 8df08b33a5 added upload for delta installers 2020-07-07 22:12:24 +01:00
Mihai PLESA 44b8226028 added full channels to omaha upload 2020-06-30 19:27:54 +01:00
Mihai Plesa 7c4dad6ae5 added nightly channel 2019-03-14 12:26:40 +00:00
Matt Bacchi 2a767f65b8 Use test sparkle channels for beta/dev
Fixes: https://github.com/brave/brave-browser/issues/3247
2019-02-06 08:35:50 -05:00
Matt Bacchi e34c28055d Automate the upload of installers to omaha-server
Download install packages from GitHub release, then
upload to omaha/sparkle.

Thanks to @jumde for assistance on this.

Fixes https://github.com/brave/brave-browser/issues/2578
2018-12-14 15:54:49 -07:00
Brian R. Bondy 905114c58a Format python files to PEP8 2018-11-13 13:05:29 -05:00
Brian R. Bondy 7c2aadf44a Hello World! 2017-11-10 16:34:04 -05:00