Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R releng
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • releng
  • Issues
  • #16

Closed
Open
Created Jun 16, 2020 by Jordan Petridis@alatiera🌱Developer0 of 1 task completed0/1 task

Libhandy source is looking for 0.1 in downloads.gnome.org

The following discussion from !19 (merged) should be addressed:

  • @alatiera started a discussion:

    This currently breaks the download script, cause it looks for libhnady on gnome.org but we are only hosting 0.80+ versions. Edited the version manually but it will break on next track as well. cc @akitouni

    ➜  smoketesting git:(alatiera/3-36-3) ✗ ./convert-to-tarballs.py -v 3.36.3 -d ~/Projects/gnome-build-meta/ -c tarball-conversion-3-36.config
    Updating existing tarballs:  36%|██████████████████████████████████▎                                                            | 87/241 [00:16<00:28,  5.35/s]
    Traceback (most recent call last):
      File "./convert-to-tarballs.py", line 373, in <module>
        main(sys.argv)
      File "./convert-to-tarballs.py", line 311, in main
        convert.convert_modules([os.path.join(options.directory, 'elements', directory)
      File "./convert-to-tarballs.py", line 221, in convert_modules
        location, checksum = future.result()
      File "/usr/lib64/python3.8/concurrent/futures/_base.py", line 432, in result
        return self.__get_result()
      File "/usr/lib64/python3.8/concurrent/futures/_base.py", line 388, in __get_result
        raise self._exception
      File "/usr/lib64/python3.8/concurrent/futures/thread.py", line 57, in run
        result = self.fn(*self.args, **self.kwargs)
      File "./convert-to-tarballs.py", line 131, in _convert_one_module
        location, version, checksum = site.find_tarball(real_name, max_version, self.refs)
      File "/home/alatiera/Projects/releng/tools/smoketesting/downloadsites.py", line 118, in find_tarball
        if ext in versions[latest]:
    KeyError: None

I am expecting this is going to break the both stable convert-to-tarballs scripts for 3.34 and 3.36

Assignee
Assign to
Time tracking