Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sosthène Sosth
  • tails
  • Repository
Switch branch/tag
  • tails
  • wiki
  • src
  • contribute
  • release_process.mdwn
Find file BlameHistoryPermalink
  • intrigeri's avatar
    Release process: drop dependency on parallel_collect_IUKs · b5c897a4
    intrigeri authored Nov 23, 2020
    The only reason why we needed parallel_collect_IUKs so far was so that
    bin/copy-iuks-to-rsync-server-and-verify, which is run by the RM during the
    release process, can fetch every IUK built by Jenkins from a single place.
    
    But parallel_collect_IUKs is painfully slow (sysadmin#17744).
    
    So let's instead teach bin/copy-iuks-to-rsync-server-and-verify how to locate
    the IUKs it needs under
    https://nightly.tails.boum.org/build_IUKs/configurations/ and download them from
    there on rsync.lizard.
    b5c897a4