* Support showing the contents of ISO images (using isoinfo in
[?]
Jul 7, 2009, 11:37 AM
DMXVUAPN5VM7KR4THEME4YRQLDASK7TRJYD7HDUKLI5BVKJE22LACDependencies
- [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
rpm dpkgrpm dpkg cdrkit - edit in src/lib/Hydra/Controller/Build.pm at line 210
elsif ($path =~ /\.iso$/ ) {$res = `isoinfo -d -i "$path" && isoinfo -l -R -i "$path"`;error($c, "`isoinfo' error: $?") if $? != 0;}