Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #61481 > unrolled thread
| Started by | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| First post | 2018-07-19 02:30 +0200 |
| Last post | 2018-07-19 17:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.debian.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) "Debian Bug Tracking System" <owner@bugs.debian.org> - 2018-07-19 02:30 +0200
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) "Trent W. Buck" <trentbuck@gmail.com> - 2018-07-19 08:00 +0200
Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) Ben Hutchings <ben@decadent.org.uk> - 2018-07-19 17:00 +0200
| From | "Debian Bug Tracking System" <owner@bugs.debian.org> |
|---|---|
| Date | 2018-07-19 02:30 +0200 |
| Subject | Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) |
| Message-ID | <wd4Zs-3yi-37@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Your message dated Thu, 19 Jul 2018 00:19:36 +0000 with message-id <E1ffwfQ-000BSw-ML@fasolo.debian.org> and subject line Bug#845034: fixed in initramfs-tools 0.131 has caused the Debian Bug report #845034, regarding initramfs-tools: please ensure initrd images are reproducible to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 845034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845034 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
[toc] | [next] | [standalone]
| From | "Trent W. Buck" <trentbuck@gmail.com> |
|---|---|
| Date | 2018-07-19 08:00 +0200 |
| Subject | Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) |
| Message-ID | <wda8N-6On-7@gated-at.bofh.it> |
| In reply to | #61481 |
Debian Bug Tracking System wrote:
> + LC_ALL=C sort
> [and similar LC_ALL=C elsewhere]
I think you can dial that back from LC_ALL=C to just LC_COLLATE=C.
Informal proof:
bash4$ printf %s\\n README ReadMe readme | LC_COLLATE=en_AU.UTF-8 sort
readme
ReadMe
README
bash4$ printf %s\\n README ReadMe readme | LC_COLLATE=C sort
README
ReadMe
readme
bash4$ printf %s\\n README ReadMe readme | LC_ALL=C sort
README
ReadMe
readme
[toc] | [prev] | [next] | [standalone]
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2018-07-19 17:00 +0200 |
| Subject | Bug#845034: marked as done (initramfs-tools: please ensure initrd images are reproducible) |
| Message-ID | <wdizn-3o3-1@gated-at.bofh.it> |
| In reply to | #61498 |
[Multipart message — attachments visible in raw view] — view raw
On Thu, 2018-07-19 at 15:53 +1000, Trent W. Buck wrote:
> Debian Bug Tracking System wrote:
> > + LC_ALL=C sort
> > [and similar LC_ALL=C elsewhere]
>
> I think you can dial that back from LC_ALL=C to just LC_COLLATE=C.
[...]
Now try with LC_ALL=en_AU.UTF-8 already set in the environment. That
overrides LC_COLLATE etc.
Ben.
--
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
- Albert Camus
[toc] | [prev] | [standalone]
Back to top | Article view | linux.debian.kernel
csiph-web