hydra/src/lib/Hydra/View
Eelco Dolstra e35f0005e6 * Move NARs from the NixChannel controller to the Root controller and
drop the "/nix/store".  I.e. instead of

    http://hydra.nixos.org/jobset/nixpkgs/trunk/channel/latest/nar/nix/store/99djmii6l4yw9gn07zxqabh8z58pp84c-libmspack-0.0.20040308alpha.drv 

  we now have

    http://hydra.nixos.org/nar/99djmii6l4yw9gn07zxqabh8z58pp84c-libmspack-0.0.20040308alpha.drv 

  The main reason is that this is much faster, since we don't need to
  get all the channel data (which isn't used anyway for NAR
  generation).  This speeds up downloading a NAR from the Nixpkgs
  channel by > 2 seconds.

* Drop "Hydra::View::" from view names to get rid of an ugly warning.
2010-06-22 12:00:19 +00:00
..
NixClosure.pm * Use IO::Handles instead of old school filehandles. This ensures 2009-03-11 14:44:34 +00:00
NixDepGraph.pm * Generate SVG instead of PNG, which is much faster and smaller. I 2009-03-31 15:59:31 +00:00
NixExprs.pm * Escape the outPath in the generated nixexpr.tar.bz2 in channels, because 2010-03-17 16:49:52 +00:00
NixManifest.pm * Move NARs from the NixChannel controller to the Root controller and 2010-06-22 12:00:19 +00:00
NixNAR.pm * Use IO::Handles instead of old school filehandles. This ensures 2009-03-11 14:44:34 +00:00
NixPkg.pm * Move everything up one directory. 2009-03-05 13:41:57 +00:00
Plain.pm * Option to show the tail of a log. 2009-03-16 12:16:33 +00:00
TT.pm * Move everything up one directory. 2009-03-05 13:41:57 +00:00