* Support showing the contents of ISO images (using isoinfo in

[?]
Jul 7, 2009, 11:37 AM
DMXVUAPN5VM7KR4THEME4YRQLDASK7TRJYD7HDUKLI5BVKJE22LAC

Dependencies

  • [2] NUIKDEHL * A quick hack to list the contents of various types of files (RPM,
  • [3] XV7QRRE6 * Add openssh to $PATH to support svn+ssh checkouts.
  • [4] UQ6K57MS * Include nix-prefetch-svn in the Hydra binary distribution.
  • [*] T4LLYESZ * Nix expression for building Hydra.
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

  • replacement in release.nix at line 78
    [2.125][2.125:144]()
    rpm dpkg
    [2.125]
    [3.161]
    rpm dpkg cdrkit
  • edit in src/lib/Hydra/Controller/Build.pm at line 210
    [2.1546]
    [2.1546]
    elsif ($path =~ /\.iso$/ ) {
    $res = `isoinfo -d -i "$path" && isoinfo -l -R -i "$path"`;
    error($c, "`isoinfo' error: $?") if $? != 0;
    }