/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/ |
H A D | f29-updates.yaml | 76 buildorder: 10 778 buildorder: 30 784 buildorder: 10 790 buildorder: 70 796 buildorder: 20 814 buildorder: 10 820 buildorder: 10 826 buildorder: 10 832 buildorder: 80 845 buildorder: 10 [all …]
|
H A D | dependson_v1.yaml | 46 buildorder: 0 50 buildorder: 0 54 buildorder: 0 58 buildorder: 10
|
H A D | dependson_v2.yaml | 48 buildorder: 0 52 buildorder: 0 56 buildorder: 0 60 buildorder: 10
|
H A D | f29.yaml | 76 buildorder: 10 336 buildorder: 10 344 buildorder: 30 352 buildorder: 20 360 buildorder: 40 368 buildorder: 50 536 buildorder: 20 574 buildorder: 10 586 buildorder: 10 700 buildorder: 20 [all …]
|
H A D | cm.yaml | 12 # See the rpms buildorder. 13 buildorder: 100
|
H A D | long-valid.yaml | 187 buildorder: 10 269 buildorder: 10 347 buildorder: 10 442 buildorder: 20 471 buildorder: 10
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/ModulemdTests/ |
H A D | componentrpm.py | 36 assert rpm.props.buildorder == 0 55 buildorder=42, 64 assert rpm.props.buildorder == 42 83 buildorder=42, 98 assert rpm.props.buildorder == 42
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/ |
H A D | modulemd-component.c | 26 gint64 buildorder; member 131 if (priv->buildorder && modulemd_component_has_buildafter (self)) in modulemd_component_default_validate() 322 modulemd_component_set_buildorder (ModulemdComponent *self, gint64 buildorder) in modulemd_component_set_buildorder() argument 329 priv->buildorder = buildorder; in modulemd_component_set_buildorder() 343 return priv->buildorder; in modulemd_component_get_buildorder() 665 g_autofree gchar *buildorder = NULL; in modulemd_component_emit_yaml_build_common() local 672 buildorder = in modulemd_component_emit_yaml_build_common() 682 emitter, buildorder, YAML_PLAIN_SCALAR_STYLE, error)) in modulemd_component_emit_yaml_build_common()
|
H A D | modulemd-component-module.c | 317 gint buildorder = 0; in modulemd_component_module_parse_yaml() local 409 buildorder = modulemd_yaml_parse_int64 (parser, &nested_error); in modulemd_component_module_parse_yaml() 410 if (buildorder == 0 && nested_error != NULL) in modulemd_component_module_parse_yaml() 420 buildorder); in modulemd_component_module_parse_yaml()
|
H A D | modulemd-component-rpm.c | 661 gint buildorder = 0; in modulemd_component_rpm_parse_yaml() local 861 buildorder = modulemd_yaml_parse_int64 (parser, &nested_error); in modulemd_component_rpm_parse_yaml() 862 if (buildorder == 0 && nested_error != NULL) in modulemd_component_rpm_parse_yaml() 872 buildorder); in modulemd_component_rpm_parse_yaml()
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/buildafter/ |
H A D | mixed_buildorder_v2.yaml | 46 buildorder: 10 50 buildorder: 10 54 buildorder: 10
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/upgrades/ |
H A D | packager_v3_to_index.yaml | 90 buildorder: 10 98 buildorder: 100 167 buildorder: 10 175 buildorder: 100
|
H A D | packager_v3_to_stream_v2.yaml | 93 buildorder: 10 101 buildorder: 100
|
/dports/misc/libmodulemd/modulemd-2.13.0/yaml_specs/ |
H A D | modulemd_packager_v2.yaml | 354 # Use of both buildafter and buildorder in the same document is 384 # buildroot of any component built in buildorder/buildafter 400 # buildroot of any component built in buildorder/buildafter 447 # buildorder: 450 # and built in batches grouped by their buildorder value. 452 # Multiple components can have the same buildorder index 463 buildorder: 10 473 # defined buildorder as sub-build groups. 498 # buildorder: 499 # See the rpms buildorder. [all …]
|
H A D | modulemd_packager_v3.yaml | 416 # Use of both buildafter and buildorder in the same document is 446 # buildroot of any component built in buildorder/buildafter 462 # buildroot of any component built in buildorder/buildafter 509 # buildorder: 512 # and built in batches grouped by their buildorder value. 514 # Multiple components can have the same buildorder index 525 buildorder: 10 535 # defined buildorder as sub-build groups. 560 # buildorder: 561 # See the rpms buildorder. [all …]
|
H A D | modulemd_stream_v2.yaml | 540 # buildroot of any component built in buildorder/buildafter 556 # buildroot of any component built in buildorder/buildafter 573 buildorder: -1 605 # buildorder: 608 # and built in batches grouped by their buildorder value. 610 # Multiple components can have the same buildorder index 621 buildorder: 10 631 # defined buildorder as sub-build groups. 656 # buildorder: 657 # See the rpms buildorder. [all …]
|
H A D | modulemd_stream_v1.yaml | 244 # and built in batches grouped by their buildorder value. 246 # Multiple components can have the same buildorder index 253 buildorder: 10 261 # defined buildorder as sub-build groups. 274 # See the rpms buildorder. 275 buildorder: 100
|
/dports/misc/libmodulemd/modulemd-2.13.0/ |
H A D | spec.yaml | 540 # buildroot of any component built in buildorder/buildafter 556 # buildroot of any component built in buildorder/buildafter 573 buildorder: -1 605 # buildorder: 608 # and built in batches grouped by their buildorder value. 610 # Multiple components can have the same buildorder index 621 buildorder: 10 631 # defined buildorder as sub-build groups. 656 # buildorder: 657 # See the rpms buildorder. [all …]
|
H A D | spec.v2.yaml | 540 # buildroot of any component built in buildorder/buildafter 556 # buildroot of any component built in buildorder/buildafter 573 buildorder: -1 605 # buildorder: 608 # and built in batches grouped by their buildorder value. 610 # Multiple components can have the same buildorder index 621 buildorder: 10 631 # defined buildorder as sub-build groups. 656 # buildorder: 657 # See the rpms buildorder. [all …]
|
H A D | spec.v1.yaml | 244 # and built in batches grouped by their buildorder value. 246 # Multiple components can have the same buildorder index 253 buildorder: 10 261 # defined buildorder as sub-build groups. 274 # See the rpms buildorder. 275 buildorder: 100
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/component-rpm/ |
H A D | cr.yaml | 6 buildorder: 100
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/ |
H A D | test-modulemd-component-module.c | 44 gint64 buildorder = 42; in component_module_test_construct() local 68 "buildorder", buildorder, in component_module_test_construct() 78 g_assert_cmpint (modulemd_component_get_buildorder (mc), ==, buildorder); in component_module_test_construct()
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/compression/ |
H A D | uncompressed.yaml | 178 buildorder: 10 260 buildorder: 10 338 buildorder: 10 433 buildorder: 20 462 buildorder: 10
|
H A D | uncompressed | 178 buildorder: 10 260 buildorder: 10 338 buildorder: 10 433 buildorder: 20 462 buildorder: 10
|
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/test_data/search_streams/ |
H A D | search_streams.yaml | 179 buildorder: 10 262 buildorder: 10 341 buildorder: 10 436 buildorder: 20 465 buildorder: 10
|