Hiya guix,
I tried to reply to this quickly while I was travelling, but what started
with "sorry to brief" quickly became quite long -- nonetheless I think
theres some important insight into using Guix effectively in production I'd
still like to share, so will finish it off now that I'm back:
==
Hello Julien,
Julien Lepiller writes:
> Hi Guix!
>
> I was thinking we could have our news file translated at weblate, which
> would help having more people translate it. Attached is a script that
> is able to generate a pot file from the news.scm file and a translated
> news.scm file from the
I use this to browse a bug by number:
--8<---cut here---start->8---
#!/usr/bin/bash
# browse-bug
num="$(echo "$1"|tr -cs '0123456789' ' '|tr -d ' ')"
my_browser="${MY_BUG_BROWSER:-lynx}"
if [ -n "$num" ];then
$my_browser "https://debbugs.gnu.org/cgi/bugrep