On Wed, May 24, 2023 at 5:11 AM Parag Nemade wrote:
>
> Hi,
>
>
> On Tue, May 23, 2023 at 11:58 PM Alexander Ploumistos
> wrote:
>>
>> Hello,
>>
>> I know this has been asked before, more recently four years ago in
>> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/th
Hi,
On Tue, May 23, 2023 at 11:58 PM Alexander Ploumistos <
alex.ploumis...@gmail.com> wrote:
> Hello,
>
> I know this has been asked before, more recently four years ago in
>
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/OQDWCHFDTBKCPHWF2VLPUF74WC76TCNY/#6
OLD: Fedora-Rawhide-20230522.n.0
NEW: Fedora-Rawhide-20230523.n.1
= SUMMARY =
Added images:3
Dropped images: 2
Added packages: 4
Dropped packages:3
Upgraded packages: 242
Downgraded packages: 0
Size of added packages: 1.15 MiB
Size of dropped packages
Announcing the creation of a new nightly release validation test event
for Fedora 39 Rawhide 20230523.n.1. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki
s/Chromeboot/Chromebook/g lol
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guideline
I think this is a worthwhile effort if someone has the time to fill in the
blanks, come up with a PoC, and test it with various versions of BIOS, it would
accelerate deprecation of BIOS. BIOS holds us back when making decisions around
boot stack, bootloader, firmware upgrade tools, etc.
You may
Hello,
I know this has been asked before, more recently four years ago in
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/OQDWCHFDTBKCPHWF2VLPUF74WC76TCNY/#6VUBRYAAZMX6SOREM7ZENDV44MIPE7WH
I'm not sure what the "right" way of dealing with this is, so I would
rea
In my experience, “colorblindness” is generally understood to include a range
of color vision “anomalies.” I have the most common form, deuteranomaly. Green
does not look as bright as other colors to me, and I have a hard time
distinguishing greenish colors from reddish colors when they are desa
Original Message
From: Richard W.M. Jones [mailto:rjo...@redhat.com]
Sent: Tuesday, May 23, 2023 at 1:27 PM EDT
To: devel@lists.fedoraproject.org
Subject: Status of the forge macros?
I've been using the so-called forge macros in lots of packages:
https://docs.fedoraproject.o
I think this is a great idea by the way, funnily enough I had thought the same
thoughts numerous times over the last 18 months. "Why does dracut do it's own
job scheduling for generating initramfs, when systemd has all this job
scheduling functionality already?" but now someone has actually made
On 23. 05. 23 19:27, Richard W.M. Jones wrote:
I've been using the so-called forge macros in lots of packages:
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_using_forges_hosted_revision_control
... so today I was taking part in a package review which uses these
macros a
I've been using the so-called forge macros in lots of packages:
https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_using_forges_hosted_revision_control
... so today I was taking part in a package review which uses these
macros and was surprised to be told that they are depreca
On Tue, May 23, 2023 at 07:07:17AM -0400, Neal Gompa wrote:
> On Tue, May 23, 2023 at 1:08 AM Jens-Ulrik Petersen
> wrote:
> >
> > 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 a
I ran a KiCad build yesterday on Copr [1] (so not the same as Koji), but while
it all completed, curiously the rawhide PPC build took 6 hours while the f37
and f38 PPC builds only took 2 hours.
The corresponding Koji build [2] took close to 4 hours, so it is in the
ball-park.
KiCad is a bit u
Once upon a time, Jason Montleon said:
> One of the things I discovered playing with tput last night trying
> some of this is that it will error if you don't have a terminal.
> ssh foo.example.com virsh start bar
> tput: No value for $TERM and no -T specified
My prompt manipulations are wrapped i
Once upon a time, Jens-Ulrik Petersen said:
> 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.
I use \w and set PROMPT_DIRTRIM=4.
--
I have not, but I was going to build 3006.1 for f39-37 and el9. I'll let you
take it from here. :)
--
Gwyn Ciesla
she/her/hers
in your fear, seek only peace
in your fear, seek only love
-d. bowie
Sent with Proton Mail secure email.
--- Or
One of the things I discovered playing with tput last night trying
some of this is that it will error if you don't have a terminal.
ssh foo.example.com virsh start bar
tput: No value for $TERM and no -T specified
To correct this using your example you can do:
if [ -t 0 ]
then
prompt_term[0]=$(t
This week's FESCo meeting is canceled due to a lack of agenda topics
to discuss. I will chair next week's meeting.
Following is the list of topics that will be discussed in the
FESCo meeting Tuesday at 17:00UTC in #fedora-meeting on
irc.libera.chat.
To convert UTC to your local time, take a loo
What do people think overall? Are there other pros and cons of a color prompt?
Any better ideas or direction?
I like the idea of using tput to get the correct strings for
setting different terminal effects, so I now use:
# Success prompt:
prompt_term[0]=$(tput bold)
# Fail prompt:
prom
On Tue, May 23, 2023 at 1:08 AM Jens-Ulrik Petersen wrote:
>
> 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
On 22/05/2023 05:49, Jens-Ulrik Petersen wrote:
What do people think overall? Are there other pros and cons of a color
prompt?
Any better ideas or direction?
PS1 from all my systems:
export PS1="\[\e[33m\][\[\e[36m\]\u\[\e[0m\]@\[\e[31m\]\h\[\e[0m\]
\[\e[32m\]\W\[\e[33m\]]\[\e[35m\]\$\[\e[0m
Hello.
fmt 10.0.x update will include a soversion bump from .9 to .10. It has
both API and ABI changes.
Changelog: https://github.com/fmtlib/fmt/releases/tag/10.0.0
The list of affected packages in Rawhide:
0ad
OpenImageIO
bear
cachelib
cantera
ceph
dnf5
dolphin-emu
domoticz
easyeffects
easy
On Sat, May 20, 2023 at 02:51:06PM -0700, Kevin Fenzi wrote:
> I've moved all the power9 virthosts running builders over to a 6.3.x
> kernel.
>
> Please let me know if this helps or doesn't with slowness issues.
It seems the execution is still freezing occasionally. My recent build
of chrony fa
Hello, Philipp!
On Monday, 22 May 2023 at 12:24, Philipp Stanner wrote:
> 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 op
25 matches
Mail list logo