Re: [Tails-dev] ebuild for tails-installer

2016-04-07 Thread Austin English
On Mon, Feb 8, 2016 at 7:50 AM, sajolida wrote: > Miguel Angel Marco Buzunariz: >> If you want to include this information in the web page, and need >> some further explanations, please contact me. > > The way our documentation (eg https://tails.boum.org/install/debian/usb)

Re: [Tails-dev] ebuild for tails-installer

2016-02-08 Thread sajolida
Miguel Angel Marco Buzunariz: > If you want to include this information in the web page, and need > some further explanations, please contact me. The way our documentation (eg https://tails.boum.org/install/debian/usb) is built is both quite complicated and new. So I want to take some time to

[Tails-dev] ebuild for tails-installer

2016-02-07 Thread Miguel Angel Marco Buzunariz
Good news! Poncho merged my pull requests in his torbrowser overlay. He also improved my ebuild a bit. That means that option 2) of what I mentioned in my previous email should "just work". So now, a gentoo user that wants to get tails-installer just needs to do the following: first,

Re: [Tails-dev] ebuild for tails-installer

2016-02-07 Thread Austin English
Great Miguel! I'll work on getting it merged once I'm back and I finish my developer onboarding. On Feb 7, 2016 3:30 PM, "Miguel Angel Marco Buzunariz" wrote: > > Good news! > > Poncho merged my pull requests in his torbrowser overlay. He also improved my ebuild a bit. That

Re: [Tails-dev] ebuild for tails-installer

2016-02-03 Thread intrigeri
Hi, (sorry I didn't read the entire thread; if there's anything not Gentoo-specific that I should be aware of, please point me to it explicitly) Austin English wrote (03 Feb 2016 04:30:12 GMT) : > It would be extremely helpful if source tarballs were available at Tails > upstream for each

Re: [Tails-dev] ebuild for tails-installer

2016-02-03 Thread Austin English
On Feb 3, 2016 3:19 PM, "intrigeri" wrote: > > Hi, > > (sorry I didn't read the entire thread; if there's anything not > Gentoo-specific that I should be aware of, please point me to it > explicitly) No, Gentoo specific, ignore :). > Austin English wrote (03 Feb 2016

[Tails-dev] ebuild for tails-installer

2016-02-03 Thread mmarco
> Our upstream tarballs can be found there: > http://deb.tails.boum.org/pool/main/t/tails-installer/ > http://ftp.us.debian.org/debian/pool/main/t/tails-installer/ > > Cheers, > -- Great, I have updated the git repo with an ebuild for the last version. signature.asc Description: This is a

Re: [Tails-dev] ebuild for tails-installer

2016-02-02 Thread Austin English
On Feb 1, 2016 6:33 PM, wrote: > > In gentoo, there are essentially three ways to install a package through the > package manager: > > 1) Packages that are included in the main portage tree (that would be the > official packages of the distro) > 2) Packages included in one of

Re: [Tails-dev] ebuild for tails-installer

2016-02-01 Thread sajolida
Miguel Angel Marco Buzunariz: > I have uploaded the ebuild to > https://github.com/miguelmarco/tails-installer-ebuild > > If someone has access to a gentoo box, please test it. > > If furthermore someone maintains a gentoo overlay, or any other place were it > makes sense to offer an ebuild,

[Tails-dev] ebuild for tails-installer

2016-02-01 Thread mmarco
In gentoo, there are essentially three ways to install a package through the package manager: 1) Packages that are included in the main portage tree (that would be the official packages of the distro) 2) Packages included in one of the layman overlays (would be like thirthd party repos, but

[Tails-dev] ebuild for tails-installer

2016-01-31 Thread Miguel Angel Marco Buzunariz
I have uploaded the ebuild to https://github.com/miguelmarco/tails-installer-ebuild If someone has access to a gentoo box, please test it. If furthermore someone maintains a gentoo overlay, or any other place were it makes sense to offer an ebuild, please feel free to include it. Best,

Re: [Tails-dev] ebuild for tails-installer

2016-01-21 Thread u
Hi, Austin English: > On Wed, Jan 20, 2016 at 6:14 AM, wrote: >>> Hi, all >>> >>> Since the recent announcement of tails-installer package for >>> debian, I thought it could be cool to have packages for other >>> distros. In particular I use gentoo, so writing an ebuild >>>

Re: [Tails-dev] ebuild for tails-installer

2016-01-21 Thread u
intrigeri: > hi, > > (just a tiny detail below; thanks u for providing all these pointers!) > > u wrote (21 Jan 2016 17:43:05 GMT) : >> fyi, the feature/jessie branch contains the latest version of the code >> while the master branch contains the old version of the installer (which >> we

Re: [Tails-dev] ebuild for tails-installer

2016-01-21 Thread intrigeri
hi, (just a tiny detail below; thanks u for providing all these pointers!) u wrote (21 Jan 2016 17:43:05 GMT) : > fyi, the feature/jessie branch contains the latest version of the code > while the master branch contains the old version of the installer (which > we distributed in Tails/wheezy).

Re: [Tails-dev] ebuild for tails-installer

2016-01-20 Thread Austin English
On Wed, Jan 20, 2016 at 6:14 AM, wrote: > Hi, all > > Since the recent announcement of tails-installer package for debian, I thought > it could be cool to have packages for other distros. In particular I use > gentoo, so writing an ebuild shouldn't be really hard (it is

[Tails-dev] ebuild for tails-installer

2016-01-20 Thread mmarco
Hi, all Since the recent announcement of tails-installer package for debian, I thought it could be cool to have packages for other distros. In particular I use gentoo, so writing an ebuild shouldn't be really hard (it is basically a script that downloads the code, compiles and installs it). I