Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • apkg apkg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • packaging
  • apkgapkg
  • Merge requests
  • !30

Merged
Created Mar 18, 2021 by Jakub Ružička@jruzickaOwner

refactor: unified input files handling

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 14

All commands's CLI was refactored to use new consistent handling of input files which allows selecting multiple input files as opposed to single archive/srcpkg:

input files as arguments:

apkg srcpkg -a foo.1.2.tgz foo.1.2.tgz.asc

input files listed in file(s) including stdin which allows piping:

apkg make-archive | apkg srcpkg -aF - | apkg build -sF -

Fixes: #30 (closed) Fixes: #31 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: file-list-input