btw you don't need any of that symlink hack. you can just go build away.
also, set -modcacherw
goflag so that users with aur managers are able to update.
Git Clone URL: | https://aur.archlinux.org/kail.git (read-only, click to copy) |
---|---|
Package Base: | kail |
Description: | Kubernetes log viewer |
Upstream URL: | https://github.com/boz/kail |
Keywords: | k8s |
Licenses: | MIT |
Submitter: | starkers |
Maintainer: | fzerorubigd |
Last Packager: | fzerorubigd |
Votes: | 4 |
Popularity: | 0.000483 |
First Submitted: | 2018-10-20 18:06 (UTC) |
Last Updated: | 2023-10-24 09:59 (UTC) |
btw you don't need any of that symlink hack. you can just go build away.
also, set -modcacherw
goflag so that users with aur managers are able to update.
hi,
when i try to update with pamac-manager
the gopath ressources have 444, so an update does not work, because the files cannot be deleted.
❯ pwd
/var/tmp/pamac-build-usc/kail/src/gopath/pkg/mod/sigs.k8s.io/yaml@v1.1.0
❯ ls -latr
.r--r--r-- usc usc 2.5 KB Mon Feb 24 06:47:47 2020 LICENSE
.r--r--r-- usc usc 1.8 KB Mon Feb 24 06:47:47 2020 CONTRIBUTING.md
.r--r--r-- usc usc 294 B Mon Feb 24 06:47:47 2020 .travis.yml
.r--r--r-- usc usc 232 B Mon Feb 24 06:47:47 2020 .gitignore
.r--r--r-- usc usc 8.7 KB Mon Feb 24 06:47:47 2020 yaml_test.go
.r--r--r-- usc usc 1 KB Mon Feb 24 06:47:47 2020 yaml_go110_test.go
.r--r--r-- usc usc 373 B Mon Feb 24 06:47:47 2020 yaml_go110.go
.r--r--r-- usc usc 10 KB Mon Feb 24 06:47:47 2020 yaml.go
.r--r--r-- usc usc 621 B Mon Feb 24 06:47:47 2020 SECURITY_CONTACTS
.r--r--r-- usc usc 516 B Mon Feb 24 06:47:47 2020 RELEASE.md
...
it would be great to repair these because it is not possible to update kail
; you have to manually delete the sources as root.
@lukeab Go mod cache permission is a little weird in my opinion. (try to delete ${GOPATH}/pkg/mod in your local machine, in your home directory) The only solution is to clean the cache manually or build it in a clean directory.
hey guys, having a little annoyance when updating kail.
==> Leaving fakeroot environment.
==> Finished making: kail 0.13.0-1 (Sun 26 Jan 2020 10:42:59 GMT)
==> Cleaning up...
rm: cannot remove '/home/luke/.cache/yay/kail/src/gopath/pkg/mod/sigs.k8s.io/yaml@v1.1.0/SECURITY_CONTACTS': Permission denied
rm: cannot remove '/home/luke/.cache/yay/kail/src/gopath/pkg/mod/sigs.k8s.io/yaml@v1.1.0/.travis.yml': Permission denied
rm: cannot remove '/home/luke/.cache/yay/kail/src/gopath/pkg/mod/sigs.k8s.io/yaml@v1.1.0/yaml_go110_test.go': Permission denied
...etc...
Seems like the build is running as root or something. not ideal.
In the case of yay, it's easy to workaround..
sudo rm -rf ~/.cache/yay/kail
then re run your yay -Syu
Hi @abozanich, I'm the current maintainer. I just recently changed it to build from source instead of using the binary (since the package isn't called kail-bin
).
I just made you maintainer, so enjoy! Feel free to add me back as a co-maintainer if you would like help keeping it up-to-date, but either way. Thanks for writing it!
Hi @starkers. Thanks for making this! I'd be happy to take it over - I wrote kail and use Arch on all my dev machines.
What needs to be done to transfer ownership?
disowning as sadly I do not have the bandwidth to maintain or automate this
https://github.com/boz/kail/releases/tag/v0.8.0
Please change upstream URL per @TapocoL
Set upstream URL to https://github.com/boz/kail ?
Pinned Comments