Commit graph

227 commits

Author SHA1 Message Date
CorpNewt
c73042f475
Update gibMacOS.bat 2020-12-29 05:19:49 -06:00
CorpNewt
cca121bbaa
Update MakeInstall.bat 2020-12-29 05:19:32 -06:00
CorpNewt
a7b5495417 Update plist.py from pymodules 2020-10-16 11:01:55 -05:00
CorpNewt
4083ca2078
Update MakeInstall.py 2020-10-05 13:23:26 -05:00
CorpNewt
3d87cf189e Update downloader.py from pymodules 2020-10-04 18:21:10 -05:00
CorpNewt
620061df63 Update plist.py, downloader.py from pymodules 2020-10-04 17:33:54 -05:00
CorpNewt
17ccaf862e
Merge pull request #171 from dhinakg/patch-3
Fix gzipped results
2020-10-01 14:36:20 -05:00
Dhinak G
996d067a38 Fix gzipped results
Yes i sneaked size into here shh
2020-10-01 15:33:38 -04:00
CorpNewt
64f98e0c63
Merge pull request #147 from cheesycod/master
Python 3.9 compat: Python 3.9 removed the use_builtin_types parameter used in Scripts/plist.py
2020-07-31 13:30:27 -05:00
Rootspring
735328fb0d Python 3.9 compat: Python 3.9 removed the use_builtin_types parameter used in plist.py 2020-07-31 12:58:43 +05:30
CorpNewt
07ef24dc36
Correct blob -> raw 2020-07-25 19:21:22 -05:00
CorpNewt
6415ddf48d
Merge pull request #116 from cktse/master
Clean up https certificate verification logic by using reasonable defaults for CA file
2020-07-25 16:22:20 -05:00
CorpNewt
3c4f1d2b8d
Temp fix for removal of boot binary in OpenCorePkg 2020-07-25 16:17:24 -05:00
CorpNewt
aa7fbd1936
Update MakeInstall.bat 2020-07-15 16:25:50 -05:00
CorpNewt
b142bf2655
Update gibMacOS.bat 2020-07-15 16:25:40 -05:00
CorpNewt
3a1c52e773
Add support for py launcher 2020-07-15 15:55:09 -05:00
CorpNewt
c8c7ad7d3d
Add support for py launcher 2020-07-15 15:54:56 -05:00
CorpNewt
36b4a49258
Update MakeInstall.bat 2020-07-08 12:31:58 -05:00
CorpNewt
0a1ca788d1
Update gibMacOS.bat 2020-07-08 12:23:14 -05:00
CorpNewt
5f1156cbc3
Update MakeInstall.bat 2020-07-07 19:08:46 -05:00
CorpNewt
336d294af7
Adjust function formatting
Move from ":functionname <variable> <variable>" to ":functionname - variable variable" format
2020-07-07 18:43:49 -05:00
CorpNewt
6487df91a5
Update MakeInstall.bat 2020-07-05 11:45:06 -05:00
CorpNewt
c80a680229
Update gibMacOS.bat 2020-07-05 11:44:57 -05:00
CorpNewt
048dfb170e
Update MakeInstall.bat 2020-07-03 09:05:54 -05:00
CorpNewt
40516bd9f0
Update gibMacOS.bat 2020-07-03 09:05:41 -05:00
CorpNewt
1a7c8bac5f
Update gibMacOS.bat 2020-07-03 08:36:27 -05:00
CorpNewt
220d56b5db
Update MakeInstall.bat 2020-07-03 08:36:13 -05:00
CorpNewt
7a17c3fc11
Get name from 10.16 - credit to dhinakg
https://github.com/dhinakg
2020-06-22 15:08:36 -05:00
CorpNewt
25753053f9
Preliminary support for 10.16 beta structure 2020-06-22 14:35:23 -05:00
C.K. Tse
fd48cc8b44 Clean up https certificate verification logic by using reasonable defaults for macOS 2020-06-07 13:59:27 +08:00
CorpNewt
58b48b63db
Update MakeInstall.py 2020-05-19 13:09:26 -05:00
CorpNewt
ef6fbe9ee4
Update OC DuetPkg url 2020-05-18 13:28:10 -05:00
CorpNewt
af6e10f33f
Rename OC boot0af -> boot0 2020-05-17 04:41:09 -05:00
CorpNewt
6539f7de23
Update DuetPkg url 2020-05-16 08:27:53 -05:00
CorpNewt
58ab64c42f
Update chunk size per bentaylornz 2020-05-13 06:15:26 -05:00
CorpNewt
1ccde43556
Change ddrelease64.exe host url 2020-05-09 14:07:39 -05:00
CorpNewt
cce8677e57 Update utils.py, plist.py from pymodules 2020-04-29 15:35:46 -05:00
CorpNewt
9a60b44428
Temp workaround for migrated duet files 2020-04-26 10:46:11 -05:00
CorpNewt
9b07aeab9c
Merge pull request #91 from cclauss/patch-1
xrange() was removed from Python on 1/1/2020
2020-04-19 14:20:18 -05:00
Christian Clauss
988a5d8d2c
Minor optimization ;-) 2020-04-13 10:52:00 +02:00
Christian Clauss
49e07bcb2f
xrange() was removed from Python on 1/1/2020
Also simplify by defining basestring and unicode in Python 3

Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).

Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern

__basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8.
2020-04-13 10:44:05 +02:00
CorpNewt
26fda46c01
Update gibMacOS.bat 2020-04-01 19:40:50 -05:00
CorpNewt
a780e079ff
Update MakeInstall.bat 2020-04-01 19:40:33 -05:00
CorpNewt
047a823216
Update diskpart script per issue 83 2020-04-01 15:44:21 -05:00
CorpNewt
c2e45ce568
Add option to only print urls 2020-03-17 13:19:24 -05:00
CorpNewt
a01c885a59 Update run.py from pymodules 2020-03-16 11:47:18 -05:00
CorpNewt
fe2aa87897 Update run.py, plist.py from pymodules 2020-03-16 11:29:48 -05:00
CorpNewt
392e80d814
Queue idling fixes 2020-03-16 10:23:56 -05:00
CorpNewt
5e8a2bfd9e
Rely on python to self-elevate 2020-03-14 13:41:52 -05:00
CorpNewt
fa8ae96aba
Attempt to self-elevate in python 2020-03-14 13:41:23 -05:00