Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-builder gnome-builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 308
    • Issues 308
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container 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
  • GNOMEGNOME
  • gnome-buildergnome-builder
  • Merge requests
  • !77

flatpak: Dont re-download and unpack tar archive if target dir is nonempty

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Sam Spilsbury requested to merge smspillaz/gnome-builder:dont-redownload-flatpak-archive-sources into master Jul 18, 2018
  • Overview 11
  • Commits 2
  • Pipelines 2
  • Changes 1

It was probably non-empty because we had already downloaded and unpacked the source code there. Don't overwrite the user's work just because builder was re-opened with that manifest name.

This is similar behavior to the git method, which does not clone or update the repo if it already exists.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dont-redownload-flatpak-archive-sources