dan-v / rattlesnakeos-stack

Build your own privacy and security focused Android OS in the cloud.
MIT License
568 stars 88 forks source link

Fix for Windows deployment #187

Closed scott-8 closed 3 years ago

scott-8 commented 3 years ago

A small change that removes the carriage returns from the build script. There are still carriage returns in main.tf and lambda_spot_function.py but it seems like those are handled fine.

I'm running a test build right now but everything looks good so far. Hopefully fixes #185.

dan-v commented 3 years ago

Awesome, thanks again for another PR @scott-8. Let me know if you get a successful build.

scott-8 commented 3 years ago

Was able to build successfully!

RattlesnakeOS Build SUCCESS
   Stack Name: 
   Device: sargo
   Stack Version: 11.0.8
   Stack Region: us-east-1
   Instance Type: c5.4xlarge
   Instance Region: us-east-2
   Instance IP: 
   Elapsed Time: 2hrs 31min 12sec
   Release: 20200301
   Tag: android-11.0.0_r32
   Build ID: RQ2A.210305.006
dan-v commented 3 years ago

Excellent! Thanks a ton for tracking down these two Windows issues.