Commit graph

167 commits

Author SHA1 Message Date
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
CorpNewt
9f3a750f56
Update url to reflect OcSupportPkg merge 2020-03-01 08:23:38 -06:00
CorpNewt
aaf08331ff
Update utils.py 2020-02-11 21:53:28 -06:00
CorpNewt
4ee9f25eec Fix for OC using .hfs instead of .pkg 2020-02-09 21:07:40 -06:00
CorpNewt
d087e608b9
Preliminary OpenCore support 2020-01-18 10:29:42 -06:00
CorpNewt
2722baea6c
Update pathing, mount first partition after format 2019-12-30 16:09:33 -06:00
CorpNewt
8dc2a1c78a
Remove leading/trailing spaces in name 2019-12-28 14:17:58 -06:00
CorpNewt
7641caed36
Prioritize Dids' repo 2019-12-20 22:03:21 -06:00
CorpNewt
7d36bd2b3b
Preliminary Clover version selection 2019-11-14 16:02:45 -06:00
CorpNewt
ea17b52b33
Update gibMacOS.bat 2019-11-01 21:39:59 -05:00
CorpNewt
b452806e37
Update MakeInstall.bat 2019-11-01 21:39:32 -05:00