Commit graph

250 commits

Author SHA1 Message Date
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
CorpNewt
c13f83a7db
Strip : in potential folder names 2019-10-19 15:30:23 -05:00
CorpNewt
cfe17c0228
Sort disks and partitions numerically 2019-10-19 15:25:15 -05:00
CorpNewt
2fd15e1319
Get the latest release with the proper assets 2019-10-19 05:40:37 -05:00
CorpNewt
7ce11a1dbb
Update local PATH var before checking py version 2019-10-15 14:31:58 -05:00
CorpNewt
f940ef6951
Update local PATH var before checking py version 2019-10-15 14:30:45 -05:00
CorpNewt
70ffff7a0a
Better cleanup and error handling 2019-10-15 14:08:02 -05:00
CorpNewt
0769a0f088
Switch to the official clover repo
As Dids' clover-builder repo pulls its sources from sourceforge, but Slice has moved to github - it is behind.  The latest version available on sf right now is r5093 which seems to have a number of issues with network kexts in the internet install environment.
2019-10-12 18:29:07 -05:00
CorpNewt
2b4fa05f47
Merge pull request #24 from IOIIIO/master
Add Catalina
2019-10-09 09:56:04 -05:00
IOIIIO
af3cc9161a Add Catalina 2019-10-09 16:12:00 +02:00
CorpNewt
129ad01b65
Fix for spaces in py paths 2019-10-08 14:23:13 -05:00
CorpNewt
2644104a41
Fix for spaces in py paths 2019-10-08 14:22:56 -05:00
CorpNewt
56cce440e3
Add patches for InstallInfo.plist 2019-10-07 15:29:01 -05:00
CorpNewt
da6517d167
Update Readme.md 2019-10-07 14:56:57 -05:00
CorpNewt
736aba5c8b Add BuildmacOSInstallApp.command 2019-10-07 14:54:53 -05:00
CorpNewt
9ec0074fcc Merge branch 'master' of https://github.com/corpnewt/gibMacOS 2019-10-02 16:00:57 -05:00
CorpNewt
8256b79f97
Declare specific imports 2019-10-02 15:58:07 -05:00
CorpNewt
2ce0497ac1 Merge branch 'master' of https://github.com/corpnewt/gibMacOS 2019-09-24 14:45:39 -05:00