On 5/22/23 16:42, Richard W.M. Jones wrote:
FWIW Haiku uses bash and has a prompt which changes colour (green/red)
depending on whether the status code of the last command was good or
bad. I found this surprisingly useful. They use:
\[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`
Also while we are bike-shedding... What about \W vs \w ?
I think fedora has used \W "forever" - I am not a huge fan...
though I suppose its main merit is not over-flowing/extending for very long
dir paths.
Jens
___
devel mailing list -- devel@lists.fedora
On Tue, May 23, 2023 at 12:47 PM Neal Gompa wrote:
> I actually would prefer that we color both, and make it obvious that
> "root" is special. We should account for common color-blindness
> issues, though.
Sure, I think I agree: perhaps purple for root?
I am all for "color blind testing" (thou
On Tue, May 23, 2023 at 12:24 AM Jens-Ulrik Petersen
wrote:
>
> On Mon, May 22, 2023 at 1:49 PM Dridi Boukelmoune
> wrote:
>>
>> On Mon, May 22, 2023 at 3:50 AM Jens-Ulrik Petersen
>> wrote:
>> > For example I could suggest we change the default fedora bash prompt from:
>> > PS1="[\u@\h \W]\\$
On Mon, May 22, 2023 at 1:49 PM Dridi Boukelmoune <
dridi.boukelmo...@gmail.com> wrote:
> On Mon, May 22, 2023 at 3:50 AM Jens-Ulrik Petersen
> wrote:
> > For example I could suggest we change the default fedora bash prompt
> from:
> > PS1="[\u@\h \W]\\$ "
> > to something like:
> > PS1="\[\e[\${
I've built an updated 3006.1 in rawhide with some comments
https://bugzilla.redhat.com/show_bug.cgi?id=2189782#c4
Gwyn,
Let me know if you've started on backporting the immediate fix for the
3005.1 package branches affected yet or not. I could look at that next.
Cheers,
On Mon, May 22, 2023 at
On 5/22/23 19:17, Christopher wrote:
> Hi,
>
> Is anybody able to help fix salt-minion in F38? It's been broken
> because of a newer version of python setuptools in F38. There's a
> patch upstream, and the newer version also includes that patch. It
> just needs to be incorporated into Fedora.
>
>
I'll take a peek.
\--
Gwyn Ciesla
she/her/hers
\
in your fear, seek only peace
in your fear, seek only love
\-d. bowie
Sent from Proton Mail mobile
\ Original Message
On May 22, 2023, 6:17 PM, Christopher < c
Hi,
Is anybody able to help fix salt-minion in F38? It's been broken
because of a newer version of python setuptools in F38. There's a
patch upstream, and the newer version also includes that patch. It
just needs to be incorporated into Fedora.
https://bugzilla.redhat.com/show_bug.cgi?id=2189782
Hi all,
Given we just had the hackfest last week, we are cancelling the standing
SPDX Office Hours for tomorrow, May 23rd.
The next SPDX Office Hours will be June 27th at 8am US eastern time at
https://meet.google.com/jbz-erzk-btc?authuser=0&hs=122
Thanks!
Jilayne___
> On 22 May 2023, at 04:50, Jens-Ulrik Petersen wrote:
>
>
> In Fedora the bash prompt is not colored or highlighted by default.
>
> I personally find this a usability issue: it makes it hard to find previous
> commands between long outputs when scrolling back in a terminal. Of course
> i
On Mon, May 22, 2023 at 2:44 PM Chris Adams wrote:
> Once upon a time, Stephen Gallagher said:
> > We could put the following at the end of /etc/bashrc:
>
> Something like that would seem more appropriate in an /etc/profile.d
> drop-in - very little special-sauce should go in /etc/bashrc.
Sure
Once upon a time, Stephen Gallagher said:
> We could put the following at the end of /etc/bashrc:
Something like that would seem more appropriate in an /etc/profile.d
drop-in - very little special-sauce should go in /etc/bashrc.
My personal (bike-shedding) preference is to not run external comma
On 5/22/23 10:59 AM, Chris Adams wrote:
> Once upon a time, John Reiser said:
>> Warning: This is intrusive because reading the status code via "$?" resets
>> it to zero:
>>$ false
>>$ echo $?
>>1
>>$ echo $?
>>0
>
> That is incorrect. The second reading of $? is the exit co
On Mon, May 22, 2023 at 2:27 PM Stephen Gallagher wrote:
>
> On Sun, May 21, 2023 at 11:50 PM Jens-Ulrik Petersen
> wrote:
> >
> > In Fedora the bash prompt is not colored or highlighted by default.
> ...
> > I think it would be nice to have a distinctive prompt by default, or at
> > least a ver
On Sun, May 21, 2023 at 11:50 PM Jens-Ulrik Petersen
wrote:
>
> In Fedora the bash prompt is not colored or highlighted by default.
...
> I think it would be nice to have a distinctive prompt by default, or at least
> a very easy way to get one permanently (ie in a single command: even if that
>
Hello everybody,
I have orphaned the gnome-valgrind-session [1, 2] package. It's
last release was in 2006, and it doesn't know about Wayland sessions.
I haven't used it for more than a decade, and don't have any time or
motivation to give it the attention that it needs.
Feel free to pick it up i
Once upon a time, John Reiser said:
> Warning: This is intrusive because reading the status code via "$?" resets it
> to zero:
>$ false
>$ echo $?
>1
>$ echo $?
>0
That is incorrect. The second reading of $? is the exit code of running
"echo $?" (which succeeded). Just read
FWIW Haiku uses bash and has a prompt which changes colour (green/red)
depending on whether the status code of the last command was good or
bad. I found this surprisingly useful. They use:
\[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`\]\w[\e[0m\]>
Warning: This is intrusive be
On Fri, May 19, 2023 at 10:59:17PM +0200, Michal Domonkos wrote:
> shows a couple of additional packages that weren't covered in this thread so
> far:
>
> fastfetch
> gcc
> gdb
> grub2
> grubby
> javapackages-bootstrap
> ocaml-dose3
> sblim-cmpi-rpm
> xmvn-gener
On 5/15/23 16:03, Lukas Javorsky wrote:
Hi,
I've created an MR [1] for the new cpio-2.14 release.
If your package is using cpio, or you use cpio could you please provide
any feedback on the new build (if it doesn't break your component)?
I CCied the RPM maintainers because that's a very cruc
is someone active mainting this package ?
AFAIK, my RKL-S (Intel Core i5-11400) should be on 58
https://koji.fedoraproject.org/koji/buildinfo?buildID=2054688
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512
___
Hello,
we have just disabled Fedora 36 chroots in Copr.
According to the Fedora wiki [1], Fedora 36 reached the end of its life
on 2023-05‑16 and therefore we are disabling it in Copr.
That effectively means that from this moment, it is no longer possible
to submit builds for the following chroo
Once upon a time, Richard W.M. Jones said:
> FWIW Haiku uses bash and has a prompt which changes colour (green/red)
> depending on whether the status code of the last command was good or
> bad. I found this surprisingly useful. They use:
>
> \[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[3
FWIW Haiku uses bash and has a prompt which changes colour (green/red)
depending on whether the status code of the last command was good or
bad. I found this surprisingly useful. They use:
\[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`\]\w[\e[0m\]>
Rich.
--
Richard Jones, Virtu
Hello maintainers!
I'm glad I can announce that we have a new release of Mock v4.0 (the chroot
build environment manager for building RPMs). There are two rather big things
in this release, therefore the bump of the major version:
- There's a new support for the DNF5 package manager (which shoul
On Mon, May 22, 2023 at 6:57 AM Gerd Hoffmann wrote:
>
> Hi,
>
> > But could we use U-Boot to fill in this gap so these systems still
> > work? We'd then treat x86 like ARM (if no UEFI, use U-Boot UEFI).
>
> How does u-boot handle EFI variables in that case?
>
Unless the variable store is disab
OLD: Fedora-Rawhide-20230521.n.0
NEW: Fedora-Rawhide-20230522.n.0
= SUMMARY =
Added images:3
Dropped images: 0
Added packages: 1
Dropped packages:0
Upgraded packages: 81
Downgraded packages: 0
Size of added packages: 644.57 KiB
Size of dropped packages:0
Hi,
> But could we use U-Boot to fill in this gap so these systems still
> work? We'd then treat x86 like ARM (if no UEFI, use U-Boot UEFI).
How does u-boot handle EFI variables in that case?
How does u-boot do storage access in that case? Go call BIOS INT13h?
Or use its own device drivers?
Hi Fedora Folks!
As I am going to do some RPM packaging in the future (for my employer
and probably also a bit in private) I wanted to introduce me briefly.
I'm Philipp, based in southern Germany and have been an open source
enthusiast at least since 2016/17. I am currently working a lot with
RPMs
I would like to add this package to Fedora to enable LSP support for
OpenGL Shading Language.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2208531
My PR for upstream KDE text editor Kate has already been merged:
https://invent.kde.org/utilities/kate/-/merge_requests/1227
This projec
Hello everyone,
Please join us at the next Open NeuroFedora team meeting on Monday 22 May
at 1300UTC in #fedora-neuro on Matrix or IRC (Libera.chat). The meeting
is a public meeting, and open for everyone to attend. You can join us
over:
Matrix: https://matrix.to/#/#neuro:fedoraproject.org
IRC:
On 5/20/23 11:47, Miro Hrončok wrote:
On 19. 05. 23 19:34, Jilayne Lovejoy wrote:
On 5/19/23 4:03 AM, Miro Hrončok wrote:
On 19. 05. 23 4:28, Jilayne Lovejoy wrote:
Packages from this list
https://pagure.io/copr/license-validate/blob/main/f/eln-not-migrated.txt
that were worked on during o
33 matches
Mail list logo