You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/index.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,7 +344,7 @@ files_to_sync:
344
344
345
345
:::info
346
346
347
-
This option is a successor to `synced_files` that has been already deprecated.
347
+
This option is a successor to `synced_files` that has been deprecated and removed.
348
348
349
349
:::
350
350
@@ -667,7 +667,7 @@ only one of these options.
667
667
(*dict*) Macros to be explicitly defined or undefined at spec file parse time.
668
668
To undefine a macro, set its value to `null`.
669
669
This can be useful for instance when the spec file is OS-specific and Packit runs on a different OS
670
-
(Packit Service currently runs on CentOS Stream 9).
670
+
(Packit Service currently runs on Fedora 41).
671
671
672
672
For example, `%cargo_prep` macro used in Rust packages accepts `-V` option on EL but not on Fedora.
673
673
To make sure Packit is able to parse a spec file that uses `%cargo_prep -V` on both OSes,
@@ -787,28 +787,30 @@ We will be happy for any feedback regarding it, [please contact us](https://gith
787
787
(*string*) An option to set arguments of `csmock` (the tool used inside [OpenScanHub](https://openscanhub.fedoraproject.org/)). For instance, you can specify arguments like `--cppcheck-add-flag=--enable=style` to check styling issues as seen in [this example run](https://openscanhub.fedoraproject.org/task/10066/) triggered from [this](https://github.com/avahi/avahi/pull/641) testing pull-request on Avahi.
788
788
789
789
#### osh_options
790
-
A set of additional options passed into osh-cli for additional functionality
790
+
791
+
A set of additional options passed to `osh-cli` for additional customizations of the functionality.
792
+
791
793
##### analyzer
792
-
(*string*)
793
-
list of analyzers to be passed to osh-cli use comma as a separator:e.g. "analyzer:gcc,clang,cppcheck"
794
+
795
+
(*string*) List of analyzers to be passed to `osh-cli`. Use comma as a separator, e.g. `gcc,clang,cppcheck`.
794
796
795
797
```yaml
796
798
osh_options:
797
799
analyzer: "gcc, shellcheck"
798
800
```
799
801
800
802
##### config
801
-
(*string*)
802
-
Used to specify mock config name to be passed to osh-cli. If value is not set in yaml file, default value "fedora-rawhide-x86_64" is used.
803
+
804
+
(*string*) Used to specify mock config name to be passed to `osh-cli`. If value is not set in the config, default value `"fedora-rawhide-x86_64"` is used.
803
805
804
806
```yaml
805
807
osh_options:
806
808
config: "fedora-rawhide-x86_64"
807
809
```
808
810
809
811
##### profile
810
-
(*string*)
811
-
Used to specify predefined scanning profile to be passed to oshcli.
812
+
813
+
(*string*) Used to specify predefined scanning profile to be passed to `osh-cli`.
0 commit comments