1. User Guide

This page gives a longer explanation what the different scriptlets are doing. A short summary can be found in the help of the tool itself.

sle-prjmgr-tools -h  # Help of the full tool
sle-prjmgr-tools <name> -h  # Help of each scriptlet.

In case you encounter any issues please open a bug on GitHub: GitHub Issues - openSUSE/sle-prjmgr-tools

1.1. Shell Completion

1.1.1. Bash

Add the following line to your ~/.bashrc manually please:

eval "$(register-python-argcomplete my-awesome-script)"

If the file does not exist please create it with:

touch ~/.bashrc

1.1.2. ZSH

Please execute the following code snippet:

autoload -U bashcompinit
bashcompinit

After you have done this please follow the instructions for Bash.

1.1.3. Fish

Please execute the following commands in a fish terminal:

register-python-argcomplete --shell fish my-awesome-script > ~/.config/fish/completions/sle-prjmgr-tools.fish

1.2. Diff Modules

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.3. Incident Repos

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.4. Jira Epics

This script will search through all changelogs of a project and list all JIRA issues that are mentioned. The script will include also the revision history in the scanning process in addition to the changelogs.

The syntax of such a mention is jsc#KEY-9999.

1.5. List accepted Packages

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.6. Package updates from XCDCHK

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.7. Packagelist Report

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.8. Release To

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.9. Search Binary

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.10. SLE Build

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.

1.11. Update Build Status Page

Note

This documentation is a work in progress. Please give it some love and open a PR to fill this section with content.