Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Pacman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pacman
  • Pacman
  • Repository
Switch branch/tag
  • pacman
  • scripts
  • makepkg.sh.in
Find file BlameHistoryPermalink
  • Austin Lund's avatar
    makepkg: Delete logpipe when exiting · e581068c
    Austin Lund authored Aug 27, 2019 and Allan McRae's avatar Allan McRae committed Oct 07, 2019
    
    
    The logpipe fifo can remain when exiting on a non-error condition such
    as recieving signals INT and USR1.  This can be seen by doing either a
    manual CTRL-C to interrupt the build or by sending a signal such as:
    
    $ makepkg & sleep 5 ; kill -USR1 $!
    
    Remove the fifo in all cases on script exit if it still exists.
    
    Signed-off-by: default avatarAustin Lund <austin.lund@gmail.com>
    Signed-off-by: Allan McRae's avatarAllan McRae <allan@archlinux.org>
    e581068c