Marco Ceppi

Results 42 comments of Marco Ceppi

```python #!/usr/bin/python3 # # Copyright 2017 Canonical, Ltd. Authored by Marco Ceppi # # This program is free software: you can redistribute it and/or modify # it under the terms...

Considering you have to parse the kube config file that we download to again update a new one it seems that both methods are fraught with problems. What happens when...

> re inviter > > * k8s seems to use https://github.com/rauchg/slackin but that appears to be dead This is being replaced, as an fyi: https://github.com/kubernetes/funding/issues/33 because it is unmaintained

I've started looking at how to do an archiver. What I've come down to is a bot that runs on a regular cadence (probably 24 hours, maybe more maybe less)...

I unfortunately can only review the PHP OpenID project. Asking here may help: http://lists.openid.net/mailman/listinfo/openid-code

@petea Is this something you can help review and merge?

Is there anyway to say that there are optional_installs in amulet? I fear that including these would make amulet heavier and fail frequently because bzr tends to fail to pip...

It would appear that this is only used in https://github.com/juju/amulet/blob/master/amulet/charm.py#L184 and it's used to get the metadata for a charm when the charm is `branch: lp:...` I wonder if we...

> After this information I found the autodetect schema is assuming you are working in a single project. I have a folder with multiple projects and the modules folder. The...