bug#32261: guix packages website: add mechanism to link to individual packages

2018-07-24 Thread Paul Wise
On Tue, 2018-07-24 at 16:52 +, Nils Gillmann wrote: > It is not just repology, but easy linking to details for external > parties/downstreams we need to point to somewhere. Indeed. > I think there were some remaining ideas for the new websites, > where a package gets detail page on its own.

bug#32261: guix packages website: add mechanism to link to individual packages

2018-07-24 Thread Nils Gillmann
Paul Wise transcribed 1.8K bytes: > Hi all, > > It used to be possible to link to individual Guix packages like this: > > https://www.gnu.org/software/guix/packages/m.html#myrepos > > Since the recent change to the packages website the packages pages are > paginated and have no anchors, which me

bug#32261: guix packages website: add mechanism to link to individual packages

2018-07-24 Thread Paul Wise
Hi all, It used to be possible to link to individual Guix packages like this: https://www.gnu.org/software/guix/packages/m.html#myrepos Since the recent change to the packages website the packages pages are paginated and have no anchors, which means they will break as more packages are added and

bug#32190: Cuirass doesn't check if two subsequent jobs yield the same derivation

2018-07-24 Thread Ludovic Courtès
Hi Clément, Clément Lassieur skribis: > Consider the following table: > > CREATE TABLE Derivations ( > derivationTEXT NOT NULL, > evaluationINTEGER NOT NULL, > job_name TEXT NOT NULL, > systemTEXT NOT NULL, > nix_name TEXT NOT NULL, > PRIMARY KEY (derivation