Re: [SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-04 Thread Rich Freeman
On Tue, Aug 4, 2020 at 7:51 PM tastytea wrote: > > This seems to affect only api.github.com, packages in ::guru use > https://github.com//archive/.tar.gz instead, which is not > affected (just checked with net-wireless/rtl8192eu-0_pre20200123). Ah, didn't notice that. This is the more common

Re: [SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-04 Thread tastytea
On 2020-08-04 19:36-0400 Rich Freeman wrote: > On Tue, Aug 4, 2020 at 6:57 PM Alexey Mishustin > wrote: > > > > вс, 2 авг. 2020 г. в 13:52, Ramon Fischer > > : > > > > > > I decided to use "EGIT_COMMIT" to let the ebuild pulling a > > > certain commit. > > > > And even that would not give

Re: [SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-04 Thread Rich Freeman
On Tue, Aug 4, 2020 at 6:57 PM Alexey Mishustin wrote: > > вс, 2 авг. 2020 г. в 13:52, Ramon Fischer : > > > > I decided to use "EGIT_COMMIT" to let the ebuild pulling a certain commit. > > And even that would not give the sense of security... > > Just read in gentoo-dev [1]: > ...unannounced

Re: [SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-04 Thread Alexey Mishustin
вс, 2 авг. 2020 г. в 13:52, Ramon Fischer : > > I decided to use "EGIT_COMMIT" to let the ebuild pulling a certain commit. And even that would not give the sense of security... Just read in gentoo-dev [1]: ...unannounced serverside change by GitHub, which broke download of tarballs by

[SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-02 Thread Ramon Fischer
I decided to use "EGIT_COMMIT" to let the ebuild pulling a certain commit. Using the archive tarball is indeed interesting! Thank you for your help! -Ramon On 28/07/2020 15:32, Ramon Fischer wrote: Oh yeah, as Neil was pointing that out. I will give it a try and report soon. -Ramon On