Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
Hi Dominik, On Wed, 31 Oct 2018 at 00:43, Dominik 'Rathann' Mierzejewski wrote: > > On Tuesday, 30 October 2018 at 16:36, Iñaki Ucar wrote: > > Kind reminder. Any update on this? > > Jason asked you to open a ticket in the Packaging Committee tracker > and open a pull request against the guidelin

Re: IBM buying RedHat

2018-10-31 Thread Peter Robinson
On Wed, Oct 31, 2018 at 6:13 AM John Coughlan wrote: > > Yea - Does IBM have any plans on keeping, or discarding any of RH’s open > source efforts…like this one? Can we as a community still expect the same > sort of, and level of involvement post sale as we have enjoyed before hand > from RH/IB

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
I've been trying to stay away from computers for a few days. Just catching back up with email. - J< ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
Spent a couple of seconds looking at this and have a couple of questions. Once I have answers it should take me only a couple of minutes to give you something to test. Does the source URL for CRAN not have any kind of file extension? Could you provide a couple of sample packages for me to look a

Translating the banner text

2018-10-31 Thread scootergrisen
During Fedora Workstation 29 installation there are some banners being shown like the ones on https://fedoraproject.org/wiki/How_to_Create_an_Anaconda_Banner In the svg code i see some of the banners are translate into multiple language. I would like to translate the banners for a more complet

Re: Translating the banner text

2018-10-31 Thread mcatanzaro
On Wed, Oct 31, 2018 at 10:18 AM, scootergrisen wrote: During Fedora Workstation 29 installation there are some banners being shown like the ones on https://fedoraproject.org/wiki/How_to_Create_an_Anaconda_Banner In the svg code i see some of the banners are translate into multiple language.

Re: IBM buying RedHat

2018-10-31 Thread David Sommerseth
On 31/10/18 06:21, John Coughlan wrote: > Yea - Does IBM have any plans on keeping, or discarding any of RH’s open > source > efforts…like this one? Can we as a community still expect the same sort of, > and level of > involvement post sale as we have enjoyed before hand from RH/IBM employees?

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
Looking at this further, this URL scheme is just terrible and will be "fun" to make use of. Basically you have to keep in mind that a tool like spectool can't trust the filename that is sent by the remote web server and will instead use only the filename extracted from the URL. That means if you

Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
On Wed, 31 Oct 2018 at 18:25, Jason L Tibbitts III wrote: > > Looking at this further, this URL scheme is just terrible and will be > "fun" to make use of. > > Basically you have to keep in mind that a tool like spectool can't trust > the filename that is sent by the remote web server and will ins

[Bug 1644619] Upgrade perl-IRI to 0.009

2018-10-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1644619 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #5 from Fedo

Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
I missed the example in my last email. Here it is: $ curl -I "https://cran.r-project.org/package=simmer&version=3.0.0"; HTTP/1.1 303 See Other Date: Wed, 31 Oct 2018 17:39:46 GMT Server: Apache/2.4.10 (Debian) Location: https://cran.r-project.org/src/contrib/Archive/simmer/simmer_3.0.0.tar.gz Con

Re: IBM buying RedHat

2018-10-31 Thread Raphael Groner
> Yea - Does IBM have any plans on keeping, or discarding any of RH’s open > source > efforts…like this one? Can we as a community still expect the same sort of, > and level of > involvement post sale as we have enjoyed before hand from RH/IBM employees? > > -L0ft Although I'm against this top

Re: Translating the banner text

2018-10-31 Thread Alessio Ciregia
On Wed, Oct 31, 2018, 6:55 PM wrote: > > Just want to add: the banners don't really look great, and it'd be nice > to see them removed from the installer (or replaced). First there's the > +1 ___ devel mailing list -- devel@lists.fedoraproject.org To u

Fedora updates-20181031.0 compose check report

2018-10-31 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 2/2 (x86_64) New failures (same test did not fail in updates-20181030.0): ID: 303943 Test: x86_64 AtomicHost-dvd_ostree-iso install_default URL: https://openqa.fedoraproject.org/tests/303943 ID: 303944 Test: x86_64 AtomicHost-dvd_ostree-

Fedora testing-20181031.0 compose check report

2018-10-31 Thread Fedora compose checker
No missing expected images. Failed openQA tests: 2/2 (x86_64) ID: 303945 Test: x86_64 AtomicHost-dvd_ostree-iso install_default URL: https://openqa.fedoraproject.org/tests/303945 ID: 303946 Test: x86_64 AtomicHost-dvd_ostree-iso install_default@uefi URL: https://openqa.fedoraproject.org

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
> "IU" == Iñaki Ucar writes: IU> https://cran.r-project.org/package=simmer&version=3.0.0 IU> returns a redirection (303) to the complete URL, with file IU> extension. 303 is actually "See Other". Which is odd as that's usually sent in response to a PUT or POST, not a GET. Maybe you can ge

Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
On Wed, 31 Oct 2018 at 19:52, Jason L Tibbitts III wrote: > > > "IU" == Iñaki Ucar writes: > > IU> https://cran.r-project.org/package=simmer&version=3.0.0 > > IU> returns a redirection (303) to the complete URL, with file > IU> extension. > > 303 is actually "See Other". Which is odd as that

Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
On Wed, 31 Oct 2018 at 21:22, Iñaki Ucar wrote: > > while the R package name is TH.data, not TH-data. I see that the SPEC > says "# Cannot use . in name", but this is clearly not true (maybe it > was true long ago?). Well... the guidelines for Python state: 'Note that when a module that has a dot

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
> "IU" == Iñaki Ucar writes: IU> This is great. However, in theory, given the naming guidelines, by IU> stripping the leading "R-" you should get the package name. In IU> practice, at least one package doesn't adhere to this: R-TH-data, IU> while the R package name is TH.data, not TH-data. I

Re: Use immutable CRAN URLs

2018-10-31 Thread Iñaki Ucar
On Wed, 31 Oct 2018 at 21:48, Jason L Tibbitts III wrote: > > > "IU" == Iñaki Ucar writes: > > > IU> This is great. However, in theory, given the naming guidelines, by > IU> stripping the leading "R-" you should get the package name. In > IU> practice, at least one package doesn't adhere to t

Latest RHEL7 release v Xorg

2018-10-31 Thread Bojan Smojver
With RHEL 7.6 out, a new version of Xorg has been delivered, which made xorgxrdp package that I maintain binary incompatible. Given that build overrides are not possible with EPEL (AFAIK), could someone with enough privileges please update the build environment for rhel7. Thanks, -- Bojan

Schedule for Thursday's FPC Meeting (2018-11-01 16:00 UTC)

2018-10-31 Thread James Antill
  Following is the list of topics that will be discussed in the FPC meeting Thursday at 2018-11-01 16:00 UTC in #fedora-meeting-1 on irc.freenode.net.   Local time information (via. uitime): = Day: Thursday == 2018-11-01 09:00 PDT  US/Pacific 2018-11-0

Re: Fedora updates-20181031.0 compose check report

2018-10-31 Thread Adam Williamson
On Wed, 2018-10-31 at 18:33 +, Fedora compose checker wrote: > No missing expected images. > > Failed openQA tests: 2/2 (x86_64) > > New failures (same test did not fail in updates-20181030.0): > > ID: 303943Test: x86_64 AtomicHost-dvd_ostree-iso install_default > URL: https://openqa.fed

Enabling powerline theme system wide by default

2018-10-31 Thread Luya Tshimbalanga
It will be nice to enable powerline theme by default system and user wide. Simple reason is refresh the look of terminal while also providing useful information especially for git branch. Since powerline does not impact the performance, it will be great to set for Fedora 30. Comments welcome. Luy

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
> "JLT" == Jason L Tibbitts writes: JLT> It depends on how far you want to go, and how specific you can be JLT> before you're not actually simplifying a majority of the R packages JLT> we have. Just for fun I took the R-webp package and constructed a macro that generates most of the package.

Re: Latest RHEL7 release v Xorg

2018-10-31 Thread Orion Poplawski
On 10/31/2018 04:13 PM, Bojan Smojver wrote: With RHEL 7.6 out, a new version of Xorg has been delivered, which made xorgxrdp package that I maintain binary incompatible. Given that build overrides are not possible with EPEL (AFAIK), could someone with enough privileges please update the build

Re: Use immutable CRAN URLs

2018-10-31 Thread Jason L Tibbitts III
And with some tweaks to the macro file (current version at https://www.math.uh.edu/~tibbs/fedora/macros.test) and the R-uuid package is reduced to the following. Not quite as simple, but it shows how you can still split out the individual sections when you need to add something, and also cope with

Re: Latest RHEL7 release v Xorg

2018-10-31 Thread Bojan Smojver
Noted and thanks. -- Bojan Original Message From: Orion Poplawski Sent: 1 November 2018 1:17:11 pm AEDT To: Development discussions related to Fedora , Bojan Smojver Subject: Re: Latest RHEL7 release v Xorg On 10/31/2018 04:13 PM, Bojan Smojver wrote: > With RHEL 7.6 out,

Re: Use immutable CRAN URLs

2018-10-31 Thread Elliott Sales de Andrade
On Wed, Oct 31, 2018, 5:01 PM Iñaki Ucar On Wed, 31 Oct 2018 at 21:48, Jason L Tibbitts III > wrote: > > > > > "IU" == Iñaki Ucar writes: > > > > > > IU> This is great. However, in theory, given the naming guidelines, by > > IU> stripping the leading "R-" you should get the package name. In

Re: Nonresponsive maintainer: Björn Esser (besser82)

2018-10-31 Thread Jan Pokorný
On 27/08/18 08:41 +0200, Matthias Runge wrote: > On Fri, Aug 17, 2018 at 03:48:12PM +0200, Bob Mauchin wrote: >> On Fri, Aug 17, 2018, 12:53 Leigh Scott >> wrote: >> >>> Besser82 hasn't answered any of my emails for months. >>> >> >> I saw him back in May for a couple of reviews, maybe he's in