Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • abuild abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 38
    • Merge requests 38
  • 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
  • alpinealpine
  • abuildabuild
  • Merge requests
  • !1

abuild: Stop polluting/conflicting in the startdir

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Olliver Schinagl requested to merge oliver/abuild:namespace_polution into master Jul 30, 2019
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

Currently, in the start directory, two temporary directories are created, 'pkg' and 'src'. While these directories are reasonable in their name, they also invite for clashes and just pollute the namespace.

While this does not have to be a problem strictly for official aports, users writing their own, out of tree, aports may get bitten by this.

Instead, lets avoid name-clashing and polluting with temporary directories by moving them into the '.abuild' subdirectory instead.

Signed-off-by: Olliver Schinagl oliver@schinagl.nl

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: namespace_polution