Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 423 Bytes

HACKING.md

File metadata and controls

12 lines (10 loc) · 423 Bytes

Development instructions

Update the package in openSUSE Build Service

osc rm evil-minions-*.tar.xz        # remove old tarball
osc service disabledrun             # update sources
osc build SLE_15_SP1                # local build dry run
osc vc -m "description of changes"  # update changelog
osc add evil-minions-*.tar.xz       # track new tarball
osc commit                          # hey ho let's go!