public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* Re: [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default
  2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
@ 2016-01-01  0:00 ` Dodji Seketeli
  2016-01-01  0:00 ` [Bug default/20147] " cqi at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Dodji Seketeli @ 2016-01-01  0:00 UTC (permalink / raw)
  To: cqi at redhat dot com; +Cc: libabigail

"cqi at redhat dot com" <sourceware-bugzilla@sourceware.org> a écrit:

> fedabipkgdiff calls Koji APIs to get package, builds, and rpms. Caching the
> results of APIs would save much time and make fedabipkgdiff response user much
> quickly.

Totally agree.  This would be awesome.

> Meanwhile, a new option, --refresh-koji-result or something like that, could be
> useful to force to refresh the results, that is to call APIs and cache
> (overwrite old one) again.

Ah, I think there is already an enhancement request for this, that would
be enough:

https://sourceware.org/bugzilla/show_bug.cgi?id=20087

Basically --clean-cache would do what you are suggesting.

Cheers,

-- 
		Dodji

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug default/20147] Make fedabipkgidff cache Koji API results properly by default
  2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
                   ` (2 preceding siblings ...)
  2016-01-01  0:00 ` dodji at redhat dot com
@ 2016-01-01  0:00 ` dodji at seketeli dot org
  2020-11-11 16:18 ` maennich at android dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dodji at seketeli dot org @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20147

--- Comment #1 from dodji at seketeli dot org ---
"cqi at redhat dot com" <sourceware-bugzilla@sourceware.org> a écrit:

> fedabipkgdiff calls Koji APIs to get package, builds, and rpms. Caching the
> results of APIs would save much time and make fedabipkgdiff response user much
> quickly.

Totally agree.  This would be awesome.

> Meanwhile, a new option, --refresh-koji-result or something like that, could be
> useful to force to refresh the results, that is to call APIs and cache
> (overwrite old one) again.

Ah, I think there is already an enhancement request for this, that would
be enough:

https://sourceware.org/bugzilla/show_bug.cgi?id=20087

Basically --clean-cache would do what you are suggesting.

Cheers,

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug default/20147] Make fedabipkgidff cache Koji API results properly by default
  2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
  2016-01-01  0:00 ` Dodji Seketeli
@ 2016-01-01  0:00 ` cqi at redhat dot com
  2016-01-01  0:00 ` dodji at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cqi at redhat dot com @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20147

Chenxiong Qi <cqi at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dodji at redhat dot com            |cqi at redhat dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug default/20147] Make fedabipkgidff cache Koji API results properly by default
  2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
  2016-01-01  0:00 ` Dodji Seketeli
  2016-01-01  0:00 ` [Bug default/20147] " cqi at redhat dot com
@ 2016-01-01  0:00 ` dodji at redhat dot com
  2016-01-01  0:00 ` dodji at seketeli dot org
  2020-11-11 16:18 ` maennich at android dot com
  4 siblings, 0 replies; 6+ messages in thread
From: dodji at redhat dot com @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20147

--- Comment #2 from dodji at redhat dot com ---
Also, I think it would be extremely useful to add a --cache-dir <dir> option to
tell fedabipkgdiff what directory to use as a cache. 

This would override the current default that defines where to look for the
cache.


This way, fedabipkgdiff could be called by regression tests with --cached-dir
set to a local directory filled with packages already.  That would allow "make
check" to run without having to have access to the network, and yet test
fedabipkgdiff by invoking it just like a user would do.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default
@ 2016-01-01  0:00 cqi at redhat dot com
  2016-01-01  0:00 ` Dodji Seketeli
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cqi at redhat dot com @ 2016-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20147

            Bug ID: 20147
           Summary: Make fedabipkgidff cache Koji API results properly by
                    default
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: cqi at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

fedabipkgdiff calls Koji APIs to get package, builds, and rpms. Caching the
results of APIs would save much time and make fedabipkgdiff response user much
quickly.

Meanwhile, a new option, --refresh-koji-result or something like that, could be
useful to force to refresh the results, that is to call APIs and cache
(overwrite old one) again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug default/20147] Make fedabipkgidff cache Koji API results properly by default
  2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
                   ` (3 preceding siblings ...)
  2016-01-01  0:00 ` dodji at seketeli dot org
@ 2020-11-11 16:18 ` maennich at android dot com
  4 siblings, 0 replies; 6+ messages in thread
From: maennich at android dot com @ 2020-11-11 16:18 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=20147

Matthias Maennich <maennich at android dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maennich at android dot com
           Severity|normal                      |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-11 16:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-01  0:00 [Bug default/20147] New: Make fedabipkgidff cache Koji API results properly by default cqi at redhat dot com
2016-01-01  0:00 ` Dodji Seketeli
2016-01-01  0:00 ` [Bug default/20147] " cqi at redhat dot com
2016-01-01  0:00 ` dodji at redhat dot com
2016-01-01  0:00 ` dodji at seketeli dot org
2020-11-11 16:18 ` maennich at android dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).