openSUSE-release-tools/script/osrt-leaper-crawler-openSUSE:Leap:15.0

15 lines
280 B
Plaintext
Raw Normal View History

#!/bin/bash
TO=openSUSE:Leap:15.0
osrt-update_crawler --to $TO \
--from SUSE:SLE-15:GA \
--only-from SUSE:SLE-15:GA \
--only-from SUSE:SLE-15:Update \
"$@"
osrt-update_crawler --to $TO \
--from openSUSE:Factory \
--only-from openSUSE:Factory \
"$@"