search for: kernel_repo

Displaying 4 results from an estimated 4 matches for "kernel_repo".

Did you mean: kernel_read
2006 May 09
0
[PATCH] build: make linux download more flexible
...downloaded from $(LINUX_REPO)/v$(LINUX_REPO_PATCH_PATH)/ - The intention of LINUX_REPO_KERNEL_PATH and LINUX_REPO_PATCH_PATH is to allow for sites that don''t follow the directory hierarchy of kernel.org, while simplifying the presumably common case where they do * Previously KERNEL_REPO had similar properties to LINUX_REPO, but it was not as flexible, had a somewhat presumptuous name and could not be overridden in the environment. It has been removed * Allow DOWNLOAD_PATH to set a search path for previously downloaded files - Use the first element of the path as the director...
2007 Mar 20
2
0.22.2 bug?
Hi, I''ve just installed 0.22.2 and believe I''ve discovered a bug (or oversight). I have an exec like this: exec { "change-to-local-mirror": command => "sed -i ''s#\(KERNEL_REPO.*=\).*#\1 $mirror#'' ${rulefile}", path => "/usr/bin:/usr/sbin:/bin", cwd => "/usr/src/xen-${xenrelease}_${xenpatchlevel}-src/buildconfigs/", logoutput => "true&quot...
2007 Mar 18
1
Dependancy sequencing problem
...> "$xenfile", target => "$targetdir", options => "zxf", require => Wgetfile["xen-source"]; } sedfile { "change-to-local-mirror": file => "${rulefile}", pattern => "s#\(KERNEL_REPO.*=\).*#\1 ${mirror}#", target => "$rulefilecwd", options => "-i -n", require => Extracttar["xen-source-verified"]; } } node a0 { include al } When I run it the sequencing is not in the the order that I either expect or nee...
2007 Mar 13
4
Object sync problem
...argetdir", options => "zxf", before => Sedfile["change-to-local-repos"]; } sedfile { "change-to-local-repos": file => "$rulefile", pattern => "s#\(KERNEL_REPO = \).*#\1$mirror#", target => "$rulefilecwd"; } } define extracttar ( $file = '''', $target = '''', $options = ''xf'' ) { case $file { '''': { err ( "Required valid file...