Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A archlinux-docker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • archlinux-docker
  • Merge requests
  • !59

Avoid curl call on local builds

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged hashworks requested to merge fix/localBuild into master Sep 18, 2021
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 3

Since cURL 7.79.0 --continue-at / -C and --remote-header-name / -J cannot be combined. Removing -C - breaks local builds since it won't skip the download on existing files and removing -J breaks release builds since the filename would be download.

With this adjustment local builds just don't call cURL at all, with the downside that the cURL call is no longer in the template, obscuring the build process.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix/localBuild