Search Criteria
Package Details: telepresence 0.109-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/telepresence.git (read-only, click to copy) |
---|---|
Package Base: | telepresence |
Description: | Local development against a remote Kubernetes or OpenShift cluster |
Upstream URL: | https://github.com/telepresenceio/telepresence |
Keywords: | kubernetes telepresence |
Licenses: | Apache |
Submitter: | starkers |
Maintainer: | SuperBo |
Last Packager: | SuperBo |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-20 09:25 (UTC) |
Last Updated: | 2021-05-06 05:59 (UTC) |
Dependencies (9)
- conntrack-tools (conntrack-tools-gitAUR)
- fuse2
- kubectl (rancher-desktop-gitAUR, kbenv-binAUR, kuberlr-binAUR, rancher-desktopAUR, kubectl-binAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pip
- python-setuptools
- socat (socat-gitAUR)
- sshfs
- torsocks (torsocks-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4
lukeshu commented on 2018-10-11 03:38 (UTC)
Some feedback:
Why is "curl" depended on? AFAICT, it isn't used anywhere in the installed program.
Shouldn't "git" be listed in makedepends=(), not depends=()?
Shouldn't "python-virtualenv" be listed in makedepends=(), not depends=()?
Shouldn't "fuse2" be added to depends=(), for the
fusermount
program? (sshfs only pulls in "fuse3", which provides afusermount3
program)Why does it depend on "socat" but not "docker"? AFAICT, socat is only used in docker-related functionality.
Shouldn't it also depend on "sudo"? sudo isn't part of groups=(base).
Why does it depend on "sshuttle", when it provides its own shuttle-telepresence program?
The dependency on "python" can be dropped; it's redundant because of the sshuttle dep.
starkers commented on 2018-03-26 15:20 (UTC) (edited on 2018-03-26 15:20 (UTC) by starkers)
Sorry about the rsync dependency, it doesn't actually need it.. I just used it out of habit.., its removed now
dissonant commented on 2018-03-20 12:37 (UTC)
Please add rsync to depends. Earlier today I got:
.../aur-telepresence/./PKGBUILD: line 41: rsync: command not found
« First ‹ Previous 1 2 3 4