Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • aports aports
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 329
    • Merge requests 329
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • aportsaports
  • Repository
Switch branch/tag
  • aports
  • main
  • xen
  • APKBUILD
Find file BlameHistoryPermalink
  • Hugo Barrera's avatar
    */*: drop redundant CARGO_PROFILE_* variables, collapse newlines · cdd3ce01
    Hugo Barrera authored Jan 07, 2023 and alice's avatar alice committed Jan 07, 2023
    The cargo vars are now set in abuild.conf by default.
    
    Newlines done with:
    
        find . -name APKBUILD -exec sed -i '/^$/N;/^\n$/D' {} \;
    
    See also: https://stackoverflow.com/a/4522043
    cdd3ce01