Block a user
feat: initial commit for abra app volume ls/rm
(Auto) build operating system packages
I wouldnt consider arch done but I would also advise against its automation since its a bit fidly really. the -git
version is automatic but always the main branch. The releases need shas and…
feat: initial commit for abra app volume ls/rm
Just realised this should be simplified to
var host string
if app, ok := appFiles[appName]; ok {
host = app.Server
} else {
logrus.Fatalf(`app "%s" does not exist`, appName)
}
De-vendor tagcmp once we have our package listing infra up
Fixed in coop-cloud/coopcloud.tech#20 and 98ec23761fc122cc637cdb0602bf257784e0a4cb
De-vendor tagcmp once we have our package listing infra up
Redirect for coopcloud.tech/abra to this repo
Support installation of coopcloud.tech/... golang packages
OK! This works*. go get coopcloud.tech/abra
and tagcmp
now work. You can see the way this works with my latest commits. Check the content/code
folder for how you can add new packages to this.…
Support installation of coopcloud.tech/... golang packages