blob: 4713f0e454350bf5cc8cec93e1e058e06ba729f4 [file] [log] [blame]
require 'whimsy/asf'
require 'yaml'
incubator_content = ASF::SVN['incubator-content']
ASF::Podlings.list.select{ |p| p.status == 'current'}.each_entry{ |podling|
pod_status_yml = File.join(incubator_content, 'podlings', "#{podling.resource}.yml")
File.open(pod_status_yml, 'w') {|f| f.write(podling.default_status.to_yaml) }
}