Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-07-19 Thread Amirouche Boubekki
Fwiw, you can use bootstrap without js. Causal reply, Amirouche Le jeu. 19 juil. 2018 à 22:11, Tatiana Sholokhova a écrit : > Hi Clément, > > Thank you for the clarifications on the job structure! > > I have read your changes to the web interface and everything looks good to > me. Also, it

Re: [PATCH 0/1] Go importer

2018-07-19 Thread Leo Famulari
On Thu, Jul 19, 2018 at 08:56:03AM +0200, Pierre-Antoine Rouby wrote: > I trying to import 'gitlab-runner' > (https://gitlab.com/gitlab-org/gitlab-runner) > with tag 'v10.6.0'. Okay, thanks. I can reproduce the error: -- $ ./pre-inst-env guix import gopkg

Web interface review

2018-07-19 Thread Clément Lassieur
Hello Tatiana, While your commits aren't pushed to master, they can be modified as much as you want. It's good to take advantage of this to make them very consistent. For example, they shouldn't correct one another. The naming, also, should describe what they do. It would be inconvenient to

Re: MATE 1.20

2018-07-19 Thread Nils Gillmann
Ricardo Wurmus transcribed 389 bytes: > > Nils Gillmann writes: > > > Would anyone like to take on the task of updating MATE desktop in Guix? > > > > -> https://mate-desktop.org/blog/2018-02-07-mate-1-20-released/ > > > > If no one signals working on it next month, I'll put it on my TODO > >

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-07-19 Thread Tatiana Sholokhova
Hi Clément, Thank you for the clarifications on the job structure! I have read your changes to the web interface and everything looks good to me. Also, it works nicely on your server. So, let's prepare for the merge. Let me know if you want me to make some fixes before the merge. In the

Re: %desktop-services now depends on Qt 5, via colord

2018-07-19 Thread Leo Famulari
On Thu, Jul 19, 2018 at 01:57:51PM -0500, Brett Gilio wrote: > I really think that having Qt in %desktop-services creates an issue > regarding not only the necessary dependencies, but also the fact that Qt > has a propensity to issue non-free or semi-free components in relevant > updates to their

Re: %desktop-services now depends on Qt 5, via colord

2018-07-19 Thread Brett Gilio
Ludovic Courtès writes: Hello, Mark H Weaver skribis: Efraim Flashner writes: It sounds like adding Qt to hplip adds plenty of GUI goodies. Could we leave hplip as-is and have sane-backends depend on a Qt-less hplip-minimal or hplip-nogui, since it shouldn't need any GUI from hplip?

Re: %desktop-services now depends on Qt 5, via colord

2018-07-19 Thread Efraim Flashner
On Thu, Jul 19, 2018 at 04:54:39PM +0200, Ludovic Courtès wrote: > Hello, > > Mark H Weaver skribis: > > > Efraim Flashner writes: > >> It sounds like adding Qt to hplip adds plenty of GUI goodies. Could we > >> leave hplip as-is and have sane-backends depend on a Qt-less > >> hplip-minimal or

Re: %desktop-services now depends on Qt 5, via colord

2018-07-19 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > Efraim Flashner writes: >> It sounds like adding Qt to hplip adds plenty of GUI goodies. Could we >> leave hplip as-is and have sane-backends depend on a Qt-less >> hplip-minimal or hplip-nogui, since it shouldn't need any GUI from hplip? > > I haven't looked

Re: Having a Guix archive on the download page?

2018-07-19 Thread Ludovic Courtès
Hello, And sorry for the delay. Pjotr Prins skribis: > On Wed, Jul 11, 2018 at 02:55:45PM +0200, Ludovic Courtès wrote: >> Now the question is, will it always be possible to run ‘guix pull’ from >> an arbitrary-old Guix? Maybe it will still be impossible sometimes if >> the old Guix is really

Re: GWL pipelined process composition ?

2018-07-19 Thread zimoun
Hi Pjotr and Roel, Thank you for the explanations. I am not sure to have the skills to understand all of them. > Yes, but the original question was whether you could stream data > without writing to disk, right? Unix pipes are the system way of > providing that functionality - with the added

Re: GWL pipelined process composition ?

2018-07-19 Thread Roel Janssen
zimoun writes: > Hi Roel, > > Thank you for all your comments. > > >> Maybe we can come up with a convenient way to combine two processes >> using a shell pipe. But this needs more thought! > > Yes, from my point of view, the classic shell pipe `|` has two strong > limitations for workflows:

Re: New ‘guix pull’ - guile-sqlite3 problem

2018-07-19 Thread Chris Marusich
Pjotr Prins writes: > guix environment guix will only work if the daemon is up-to-date > (right?). I had to get that upgrade sorted, that was the pain. I think "guix environment guix" should drop you into an environment where the guix package's inputs are available, regardless of what version

Re: armhf guix - many packages not in substitutes repository? How to debug

2018-07-19 Thread Chris Marusich
白い熊@相撲道 writes: > dHi Guix: > > I'm running armhf Guix in the terminal on an Android phone. I've > authorized hydra.gnu.org, ran “guix pull”, this is where the buck > stops though… > > “guix package -u” never completes, fails inevitably, as it tries to > build a lot of stuff locally, doesn't

Re: New ‘guix pull’ - guile-sqlite3 problem

2018-07-19 Thread Pjotr Prins
On Tue, Jul 17, 2018 at 10:32:25PM -0700, Chris Marusich wrote: > > Now I am creating an environment to build the source tree with > > > > env -i /bin/bash --login --noprofile --norc > > guix environment guix --ad-hoc help2man git strace \ > > pkg-config less vim binutils coreutils grep

Re: GWL pipelined process composition ?

2018-07-19 Thread Pjotr Prins
On Wed, Jul 18, 2018 at 11:55:25PM +0200, zimoun wrote: > Hi Roel, > > Thank you for all your comments. > > > Maybe we can come up with a convenient way to combine two processes > > using a shell pipe. But this needs more thought! > > Yes, from my point of view, the classic shell pipe `|` has

Re: [PATCH 0/1] Go importer

2018-07-19 Thread Pierre-Antoine Rouby
> From: "Leo Famulari" > What package are you trying to import here? I trying to import 'gitlab-runner' (https://gitlab.com/gitlab-org/gitlab-runner) with tag 'v10.6.0'.