Thoughts on upgrade popups
References:
The subject originally arose in the context of using CKAN to manage KSP mods, but it is common to any package manager such as APT on Debian/Ubuntu, NuGet in .Net/Mono, CPAN for Perl, etc.
#!/usr/bin/python | |
# Based on https://gist.github.com/techman83/0604f4dc9f849aac605e46f494de9403 | |
import boto3 | |
sqs = boto3.resource('sqs') | |
queue = sqs.get_queue_by_name(QueueName='OutboundDev.fifo') | |
for msg in queue.receive_messages( |
References:
The subject originally arose in the context of using CKAN to manage KSP mods, but it is common to any package manager such as APT on Debian/Ubuntu, NuGet in .Net/Mono, CPAN for Perl, etc.
GAME | |
{ | |
version = 1.3.1 | |
Title = Fresh (SANDBOX) | |
Description = No description available. | |
linkURL = | |
linkCaption = | |
Mode = SANDBOX | |
Status = 1 | |
Seed = 1855119993 |
GAME | |
{ | |
version = 1.3.1 | |
Title = Fresh (SANDBOX) | |
Description = No description available. | |
linkURL = | |
linkCaption = | |
Mode = SANDBOX | |
Status = 1 | |
Seed = 1855119993 |
ship = Hot Fudge 1.0 | |
version = 1.2.2 | |
description = | |
type = VAB | |
size = 6.67006397,45.8373566,6.68136787 | |
PART | |
{ | |
part = Mark1-2Pod_4294709364 | |
partName = Part | |
pos = 0.563716173,52.3260345,-1.02374017 |