Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 116
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun May 19 20:02:40 UTC 2024 - Stefan Botter <obs@botter.cc> + +- update GetZypperSources to include sources with single digit + order numbers in zypper sl, if there are more than 10 sources + configured + +------------------------------------------------------------------- Wed Dec 6 07:36:44 UTC 2023 - Stefan Botter <obs@botter.cc> - add error condition handling for certficate request fail in
View file
GetZypperSources
Changed
@@ -1,5 +1,5 @@ #!/bin/bash export LANG=C -for n in $(zypper sl -u | egrep "^0-9{1,3}" | expand | tr -s " " | tr " " © | cut -f2,5,6,7 -d\|); do +for n in $(zypper sl -u | egrep "^0-9\ {1,3}" | expand | tr -s " " | tr " " © | cut -f2,5,6,7 -d\|); do echo zypper ar -t $(echo $n | cut -f3 -d\|) $(if ${n/Yes/} != $n ; then echo "-f "; fi) $(echo $n | cut -f4 -d\|) \"$(echo $n | cut -f1 -d\| | tr © _)\" done | tr © " " | sed -e 's/\"_\(.*\)_\"/\"\1\"/g'
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.