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

Dynamic allocation for file descriptors used in ./build-host.sh

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged juadde requested to merge Kppqju77/arch-boxes:fd200 into master Feb 16, 2021
  • Overview 3
  • Commits 1
  • Pipelines 5
  • Changes 1

@klausenbusk would you consider it OK like that to just to use system-defined fd? It would close #135 (closed) (that is already closed as not an arch-boxes bug)

Edit: Visual studio code had an issue with file descriptors already used by the integrated terminal. This commit asks bash to dynamically assign a "free" file descriptor to be used in the expect function.

Edited Feb 16, 2021 by juadde
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fd200