forked from jamesyonan/brenda
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to python3 and boto3. Add new blender 2.83.4 AMI (#1)
* Remove paracurl. Migrate to python3. Migrate to boto3 * More boto3 updates * Update setup.py, remove .bak files * Complete boto3 migration * Fix boto object parsing * More python3 updates * Various fixes * Minor fixes * Remove TODO * Update to AMI with python3 (jamesyonan#2)
- Loading branch information
Showing
20 changed files
with
338 additions
and
966 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ task_count | |
task_last | ||
DONE | ||
test/work | ||
build | ||
build | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# An AMI that contains Blender and Brenda (may be None) | ||
AMI_ID="ami-0f423cdef7e0d3b82" | ||
AMI_ID="ami-063c549d731c22d8e" |
Oops, something went wrong.