Skip to content

Instantly share code, notes, and snippets.

@neilhwatson
Created July 29, 2015 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilhwatson/8c6f72e9633d5f3d69c8 to your computer and use it in GitHub Desktop.
Save neilhwatson/8c6f72e9633d5f3d69c8 to your computer and use it in GitHub Desktop.
autorun file
bo dy file control {
inputs => {
@{efl_inputs.files},
"list_backup.cf",
};
}
bundle common efl_inputs {
meta:
'tags' slist => { 'autorun' };
vars:
"efl_files" slist => {
"efl_common.cf",
"evolve_freelib.cf",
};
"files" slist =>
maplist( "${sys.local_libdir}/EFL/${this}", "@{efl_files}" );
}
bundle agent efl_run {
meta:
'tags' slist => { 'autorun' };
methods:
"backup lists"
comment => "For bug 6866",
usebundle => list_backup;
"efl_main"
usebundle => efl_main(
"${sys.inputdir}/efl_data/bundle_params/efl_main.json"
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment