Mitchell

Results 87 comments of Mitchell

Shouldn't we still add a note on the page saying curl is an upstream dependency?

You'd need to manually trigger a build. You can change the release tag manually in `snap/snapcraft.yaml` like so: ``` diff diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index be8c5f2..dd81d97 100644 --- a/snap/snapcraft.yaml +++...

I honestly haven't messed around with github actions too much, but I would imagine it could be done. I would say it depends how often you plan on updating package...

PR to pin 1.1.5 - https://github.com/aksakalli/gtop/pull/135 Also found a handy variable during the snap build `${SNAPCRAFT_PROJECT_VERSION}` which is the value of `version: X` so to change the build, you only...

Also I am curious if there is any defined release cadence?

Hi Seth! Thanks for the fast response, and thanks for creating the release. > Unfortunately the [Ubuntu Agent](https://launchpad.net/ubuntu/+source/ec2-hibinit-agent) has been forked from this repository for a while now. That's exactly...

Also re: testing, I hate doing things manually, so I test with a script that does everything for me from the commandline for initial testing and let CI/CD take over...

I've been trying to reproduce this locally, but with no luck yet.

@sacpis has mentioned the test takes a few hours, so this is likely the CI failure. I will add a commit soon to skip this validation.

This needs a longer discussion on how we handle these more involved notebooks. Perhaps we separate them into a new area that is ran on special runners every fortnite instead...