#74 Be a little more explicit about what the script is doing
Merged 6 years ago by pingou. Opened 6 years ago by pingou.

file modified
+4
@@ -394,6 +394,9 @@ 

      # of the contents of the filelist and changelog dbs.

      cache1, cache2 = {}, {}

  

+     if not files:

+         print('No sqlite database could be found in %s' % url)

+ 

      for filename, shasum, shatype in files:

          repomd_url = url + '/' + filename

  
@@ -470,6 +473,7 @@ 

              version = 'rawhide'

          url = '%s/pub/fedora/linux/' \

              'development/%s/Everything/x86_64/os/repodata' % (DL_SERVER, version)

+         print(release['koji_name'], version, release['status'], url)

          repositories.append(

              (url, release['koji_name'])

          )

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased onto d3b507b

6 years ago

Pull-Request has been merged by pingou

6 years ago
Metadata