Package Details: telepresence 0.109-1

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)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

starkers commented on 2019-05-03 11:00 (UTC)

disowning as sadly I do not have the bandwidth to maintain or automate this

cuevaskoch commented on 2019-04-19 21:15 (UTC)

If (like me) you need at least 0.98 because you are using kubectl 1.14, here's a patch that will get you 0.99.

@starkers this "Works on My Machine (TM)" ;) If you are still looking for a co-maintainer, I would love to help.

diff --git a/PKGBUILD b/PKGBUILD
index f9a8370..3cead13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: David Stark <david@starkers.org>

-pkgver=0.97
-pkgrel=34
+pkgver=0.99
+pkgrel=1
 pkgname=telepresence
 pkgdesc="Local development against a remote Kubernetes or OpenShift cluster - http://www.telepresence.io"
 arch=('any')
@@ -20,7 +20,7 @@ depends=(
 )

 source=("https://github.com/datawire/telepresence/archive/${pkgver}.tar.gz")
-md5sums=('93d6c261338d3142e1eb0f6561462278')
+md5sums=('81b61b21f7ea10ad58a2fd7704f3b889')

 package(){
   cd ${srcdir}/${pkgname}-${pkgver}

usc commented on 2019-03-27 05:28 (UTC)

hi,

i cannot install the package because of wrong md5sum.

ChrisTurk commented on 2019-03-07 10:04 (UTC) (edited on 2019-03-07 10:10 (UTC) by ChrisTurk)

New MD5 sum : 16603eab2a373d8d9fc72367a7faf854

polyzen commented on 2019-02-15 20:59 (UTC)

After the next upstream release, please set the pkgrel to 1: https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel

cuevaskoch commented on 2019-02-06 17:43 (UTC) (edited on 2019-02-06 17:43 (UTC) by cuevaskoch)

I was able to install by updating pkgver to the currently-latest 0.97 and updating the md5sum accordingly:

diff --git a/PKGBUILD b/PKGBUILD
index 4e6cdfb..e4d9a05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: David Stark <david@starkers.org>

-pkgver=0.94
+pkgver=0.97
 pkgrel=34
 pkgname=telepresence
 pkgdesc="Local development against a remote Kubernetes or OpenShift cluster - http://www.telepresence.io"
@@ -20,7 +20,7 @@ depends=(
 )

 source=("https://github.com/datawire/telepresence/archive/${pkgver}.tar.gz")
-md5sums=('695a6a116fd0cfe9533947e5bf8cd882')
+md5sums=('93D6C261338D3142E1EB0F6561462278')

 package(){
   cd ${srcdir}/${pkgname}-${pkgver}

lukeshu commented on 2018-12-06 15:43 (UTC)

FYI, the socat dependency was just dropped in git, and won't be needed for the next release.

stefanc_diff commented on 2018-11-19 11:32 (UTC)

Thanks for your work in maintaining this pkg starkers !

The PKGBUILD for telepresence needs some changes to make it build in a clean chroot ( using arch devtools ), see below a diff of changes.

diff telepresence-094/PKGBUILD telepresence-093/PKGBUILD
3,4c3,4
< pkgver=0.94
< pkgrel=1
---
> pkgver=0.93
> pkgrel=33
11,13c11
<   'git'
<   'python'
<   'python-pip'
---
>     'git'
25c23
< md5sums=('695a6a116fd0cfe9533947e5bf8cd882')
---
> md5sums=('c137d232e206d8c2f67105d5bfafef99')

starkers commented on 2018-10-11 23:03 (UTC) (edited on 2018-10-11 23:05 (UTC) by starkers)

Hey everyone.

I'm trying to keep this up to date with the latest version(s) as frequently as possible.

I normally do some some basic (manual) tests before pushing to the AUR so I've not had the guts to make this AUR automatically update when upstream releases.

If anyone would like to dream up a fully automatic test system I could use or would prefer I simply always update without a test please drop a comment here (or email me)... or a co-maintainer should I get hit by a bus..

Comments like hey.. its working! cool or votes are also welcome :)

...carry on kubeing -David

starkers commented on 2018-10-11 22:57 (UTC)

Great comments, thanks lukeshu!

  • curl removed
  • git moved to makedepends=()
  • python-virtualenv moved to makedepends=()
  • shuttle dep removed (I'd forgotten about that)
  • python dep removed

Unclear/TBC: - the fuse2/fusermountX question is a good one.. I'll setup a minimal VM to test from sometime so I can confirm - I'm also not sure if docker is a dependancy.. - I'm also unclear on the sudo side..