Skip to content

Instantly share code, notes, and snippets.

## i586
### [install check](/package/view_file/openSUSE:Factory:Staging/dashboard/installcheck?expand=1)
```
can't install patterns-kde-kde_telepathy-20170319-6.1.i586:
package patterns-kde-kde_telepathy-20170319-6.1.i586 requires signon-ui, but none of the providers can be installed
package signon-ui-0.15-1.11.i586 requires libQt5WebKit.so.5, but none of the providers can be installed
package signon-ui-0.15-1.11.i586 requires libQt5WebKit.so.5(Qt_5), but none of the providers can be installed
nothing provides libQt5Gui5 >= 5.9.1 needed by libQt5WebKit5-5.9.0-2.1.i586
diff --git a/repo-checker.pl b/repo-checker.pl
index 0ef6061..ffdc255 100644
--- a/repo-checker.pl
+++ b/repo-checker.pl
@@ -68,14 +68,17 @@ sub write_package($$) {
return $name;
}
-my @rpms = glob("$repodir/*.rpm");
my $tmpdir = tempdir( "repochecker-XXXXXXX", TMPDIR => 1, CLEANUP => 1 );
./repo_checker.py --dry --debug --osc-debug project openSUSE:Leap:42.3 submit
GET https://api.opensuse.org/search/request?withfullhistory=1&match=%28state%2F%40name%3D%27review%27+or+state%2F%40name%3D%27new%27%29+and+%28action%2Ftarget%2F%40project%3D%27openSUSE%3ALeap%3A42.3%27+and+action%2F%40type%3D%27submit%27%29
CACHE_MISS https://api.opensuse.org/statistics/latest_updated?limit=5000 (expired)
GET https://api.opensuse.org/statistics/latest_updated?limit=5000
CACHE_PUT https://api.opensuse.org/statistics/latest_updated?limit=5000 None
CACHE_DELETE_PROJECT https://api.opensuse.org openSUSE:Leap:42.3:Staging
CACHE_MISS https://api.opensuse.org/source/openSUSE:Leap:42.3:Staging/dashboard/config?expand=1 (does not exist)
GET https://api.opensuse.org/source/openSUSE:Leap:42.3:Staging/dashboard/config?expand=1
CACHE_PUT https://api.opensuse.org/source/openSUSE:Leap:42.3:Staging/dashboard/config?expand=1 openSUSE:Leap:42.3:Staging
GET https://api.opensuse.org/project/staging_projects/openSUSE:Leap:42.3?format=j
@jberry-suse
jberry-suse / cleanup_ring.out.0
Created May 2, 2017 20:22
Leap 42.3 cleanup_rings 2017-05-02.
$ osc staging cleanup_rings
# openSUSE:Leap:42.3:Rings:0-Bootstrap
# rpmlint-mini-AGGR not a link
# - krb5-mini
# openSUSE:Leap:42.3:Rings:1-MinimalX
# - sssd
# - libclc
# - xf86-video-nouveau
# - perl-Test-Warn
# - perl-Test-Deep
@jberry-suse
jberry-suse / cleanup_ring.out.0
Last active April 27, 2017 20:03
Leap 42.3 cleanup_rings 2017-04-27.
$ osc staging -p openSUSE:Leap:42.3 cleanup_rings
# openSUSE:Leap:42.3:Rings:0-Bootstrap
# rpmlint-mini-AGGR not a link
# - libnsl
# - bash-completion
# openSUSE:Leap:42.3:Rings:1-MinimalX
# - celt051
# - perl-HTTP-Server-Simple
# - libgssglue
# - perl-Probe-Perl
@jberry-suse
jberry-suse / cleanup_rings.diff
Last active April 26, 2017 01:27
Compare cleanup_rings output before and after changes.
--- cleanup_rings.prev 2017-04-25 19:49:10.580255109 -0500
+++ cleanup_rings.new 2017-04-25 19:48:23.423808821 -0500
@@ -2,24 +2,16 @@
osc linkpac openSUSE:Leap:42.3 libnsl openSUSE:Leap:42.3:Rings:1-MinimalX
osc rdelete -m cleanup openSUSE:Leap:42.3:Rings:0-Bootstrap bash-completion
osc linkpac openSUSE:Leap:42.3 bash-completion openSUSE:Leap:42.3:Rings:1-MinimalX
-osc rdelete -m cleanup openSUSE:Leap:42.3:Rings:1-MinimalX kernel-syms
-osc linkpac openSUSE:Leap:42.3 kernel-syms openSUSE:Leap:42.3:Rings:2-TestDVD
osc rdelete -m cleanup openSUSE:Leap:42.3:Rings:1-MinimalX celt051
osc linkpac openSUSE:Leap:42.3 celt051 openSUSE:Leap:42.3:Rings:2-TestDVD
@jberry-suse
jberry-suse / packages-devel-factory.list
Created April 18, 2017 22:45
List of packages in openSUSE:Factory that have openSUSE:Factory set as their devel project.
Qrosspython
ant-antlr
ant-junit
antlr-bootstrap
apache2-mod_wsgi-python3
audit-secondary
autoconf-el
autoconf-testsuite
automake-testsuite
avahi-glib2
time osc -d staging -p openSUSE:Leap:42.3 list --supersede
GET https://api.opensuse.org/search/request?match=state/@name='review'+and+review[@by_group='factory-staging'+and+@state='new']+and+(target[@project='openSUSE:Leap:42.3']+or+target[@project='openSUSE:Leap:42.3:NonFree'])
CACHE_GET https://api.opensuse.org/statistics/latest_updated?limit=5000
CACHE_MISS https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Leap:42.3:Staging:') (expired)
GET https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Leap:42.3:Staging:')
CACHE_PUT https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Leap:42.3:Staging:') openSUSE:Leap:42.3:Staging
GET https://api.opensuse.org/project/staging_projects/openSUSE:Leap:42.3?format=json
GET https://api.opensuse.org/search/request?match=state/@name='review'+and+review[@by_group='factory-staging'+and+@state='new']+and+(target[@project='openSUSE:Leap:42.3']+or+target[@project='openSUSE:Leap:42.3:NonFree'])
GET https:
@jberry-suse
jberry-suse / factory.aggregate.txt
Created March 16, 2017 22:11
Testing project status aggregate backend call on adi command in Leap 42.3 and Factory.
$ time osc -d staging adi
GET https://api.opensuse.org/source/openSUSE:Factory:Staging/dashboard/ignored_requests?expand=1
CACHE_GET https://api.opensuse.org/statistics/latest_updated?limit=5000
CACHE_MISS https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Factory:Staging:') (expired)
GET https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Factory:Staging:')
CACHE_PUT https://api.opensuse.org/search/project/id?match=starts-with(@name,'openSUSE:Factory:Staging:') openSUSE:Factory:Staging
GET https://api.opensuse.org/project/staging_projects/openSUSE:Factory?format=json
adi:1 broken: python-qt5
adi:2 broken: tine20
adi:3 broken: ghc-wreq
Base:System
sr#461278: timezone -> 0-Bootstrap
ignored: https://bugzilla.opensuse.org/show_bug.cgi?id=1027705
sr#477902: systemd -> 1-MinimalX
sr#478478: coreutils -> 0-Bootstrap
sr#478571: linux-glibc-devel -> 0-Bootstrap
KDE:Applications
sr#478089: akonadi-calendar -> 2-TestDVD
sr#478090: akonadi-calendar-tools -> 2-TestDVD
sr#478092: akonadi-contact -> 2-TestDVD