Changeset 1185 for obs_notify_generic
- Timestamp:
- Jun 12, 2015, 3:43:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
obs_notify_generic/obs_notify_generic_config.pm
r1178 r1185 17 17 #"filter" => {'time' => 1433345521,'arch' => 'x86_64','project' => 'home:joergs:test','starttime' => '1433345469','endtime' => '1433345520','repository' => 'SLE_12','verifymd5' => '8ed8404ad362e7095e66119a071f3eea','versrel' => '0.1-11','reason' => 'source change','release' => '11.1','readytime' => '1433345468','package' => 'test1','srcmd5' => '8ed8404ad362e7095e66119a071f3eea','workerid' => 'obs-worker-hansa-1:4','rev' => '11','bcnt' => '1'} 18 18 }, 19 { 20 "filter" => { 'project' => '.*bareos.*|internal:.*', 'package' => 'winbareos-opsi', 'repository' => 'win_cross', 'arch' => 'x86_64' }, 21 "action" => 'install -d $project_path/windows/opsi --owner=publisher; su - publisher /usr/local/bin/unpack_opsi_package_obs.sh $project $package $repository $arch $project_path/windows/opsi', 22 "log" => 1, 23 }, 24 { 25 "filter" => { 'project' => 'bareos:master', 'package' => 'bareos-docs', 'repository' => 'Debian_8.0', 'arch' => 'x86_64' }, 26 "action" => 'su - publisher /usr/local/bin/unpack_docs_package_obs.sh $project $package $repository $arch $project_path/documentation', 27 "log" => 1, 28 }, 19 29 ], 20 30 "REPO_PUBLISH_STATE" => [ { "log" => 0, … … 24 34 "REPO_PUBLISHED" => [ 25 35 { 26 "filter" => { 'project' => '.*bareos.* ', },36 "filter" => { 'project' => '.*bareos.*|internal:.*', }, 27 37 #"action" => 'printf "%s\n" $project', 38 "log" => 1, 39 }, 40 { 41 "filter" => { 'project' => '.*bareos.*|internal:.*', 'repository' => 'win_cross' }, 42 "action" => '/usr/local/bin/unpack_installers_windows_single_project.sh $project_path/$repository $project_path/windows/', 28 43 "log" => 1, 29 44 },
Note:
See TracChangeset
for help on using the changeset viewer.