diff --git a/raw.service b/raw.service index ded2c72..a26a659 100644 --- a/raw.service +++ b/raw.service @@ -1,22 +1,15 @@ + - OBS Service to raw sources - - - - Legacy argument, no longer used. Values: raw. Default: raw - - + OBS Service to raw sources + + + Legacy argument, no longer used. Values: raw. Default: raw + + Target tarball file to extract and decompress. Supports globbing. - - + + Output directory of extracted archive. - - - Print help (see more with '--help') - - - Print version - + + diff --git a/recomprizz.service b/recomprizz.service index b5a3c7e..1d026b4 100644 --- a/recomprizz.service +++ b/recomprizz.service @@ -1,47 +1,50 @@ + - OBS Service to recomprizz (recompress) archived tarballs - - - - Legacy argument, no longer used. Values: recomprizz. Default: recomprizz - - + OBS Service to recomprizz (recompress) archived tarballs + + + Legacy argument, no longer used. Values: recomprizz. Default: recomprizz + + Target tarball file to extract and recompress. Supports globbing. - - + + Additional paths such as files or directories in the target directory to include to the archive. Their parent directory will be put next to the target directory's work directory. The work directory is based on the preserve root option. This is different from `--additional_paths`. Useful to override excluded directories. - - + + Additional paths such as files or directories from within target directory's work directory to exclude when generating the archive. ⚠️ Careful if the archive has whether preserved root set when it was created. - - + + Additional paths such as files or directories to add to the archive. Their parent directory will be put next to the target directory. This is different from `--include`. Optionally, one can add a path to a directory inside the archive e.g. `-A some/file/to/archive,put/where/in/archive`. If directory does not exist, it will be created. - - + + Output directory of recompressed archive. - - - Compression to use. [default: zst] [possible values: gz, xz, zst, bz2, not] - - + + + Compression to use. Default: zst + zst + gz + xz + bz2 + not + + Use this flag if you want a new filename to use ignoring the new file extension. Omitting this flag will just fallback to basename. - - - Allow reproducibility for Reproducible Builds. [default: false] [possible values: true, false] - - - Whether to ignore git related metadata, files and directories. [default: true] [possible values: true, false] - - - Whether to ignore hidden directories and files or what we call dotfiles. Does not affect `--ignore-git`. [default: false] [possible values: true, false] - - - Print help (see more with '--help') - - - Print version - + + + Allow reproducibility for Reproducible Builds. Default: false + true + false + + + Whether to ignore git related metadata, files and directories. Default: true + true + false + + + Whether to ignore hidden directories and files or what we call dotfiles. Does not affect `--ignore-git`. Default: false + true + false + diff --git a/roast.service b/roast.service index e726323..2c2da37 100644 --- a/roast.service +++ b/roast.service @@ -1,46 +1,47 @@ + - OBS Service to roast sources - - - - Legacy argument, no longer used. Values: roast. Default: roast - - + OBS Service to roast sources + + + Legacy argument, no longer used. Values: roast. Default: roast + + Target directory to archive. This will be set as the root directory of the archive. Supports globbing. - - + + Additional paths such as files or directories in the target directory to include to the archive. Their parent directory will be put next to the target directory's work directory. The work directory is based on the preserve root option. This is different from `--additional_paths`. Useful to override excluded directories. ⚠️ Careful if the archive has whether preserved root set when it was created. - - + + Additional paths such as files or directories from within target directory's work directory to exclude when generating the archive. - - + + Additional paths such as files or directories to add to the archive. Their parent directory will be put next to the target directory. This is different from `--include`. Optionally, one can add a path to a directory inside the archive e.g. `-A some/file/to/archive,put/where/in/archive`. If directory does not exist, it will be created. - - + + Output file of the generated archive with path. - - + + Output path of extracted archive. - - - Preserve root directory instead of only archiving relative paths. [default: false] [possible values: true, false] - - - Allow reproducibility for Reproducible Builds. [default: false] [possible values: true, false] - - - Whether to ignore git related metadata, files and directories. [default: true] [possible values: true, false] - - - Whether to ignore hidden directories and files or what we call dotfiles. Does not affect `--ignore-git`. [default: false] [possible values: true, false] - - - Print help (see more with '--help') - - - Print version - + + + Preserve root directory instead of only archiving relative paths. Default: false + true + false + + + Allow reproducibility for Reproducible Builds. Default: false + true + false + + + Whether to ignore git related metadata, files and directories. Default: true + true + false + + + Whether to ignore hidden directories and files or what we call dotfiles. Does not affect `--ignore-git`. Default: false + true + false + +