Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Software Heritage virtual environment packaging manifests
  • 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
    • Releases
  • Packages and registries
    • Packages and 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
  • Platform
  • Infrastructure
  • Software Heritage virtual environment packaging manifests
  • Merge requests
  • !10

Make generate-frozen-requirements reproducible through container

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Antoine R. Dumont requested to merge build-deps-and-update-svn-loader-with-it into master Nov 22, 2022
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 3

This allows to build the container that will call the generate-frozen-requirements script.

That will be usable from ci or other sysadm.

Use:

cd swh-apps/scripts
docker build -t build-deps .
cd ../../swh-apps
docker run -v $PWD:/src --user 1000 build-deps $APP

cc @teams/sysadmin

Edited Nov 22, 2022 by Antoine R. Dumont
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: build-deps-and-update-svn-loader-with-it