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 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 21
    • Merge requests 21
  • 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
  • test
  • pacman
  • pmpkg.py
Find file BlameHistoryPermalink
  • Andrew Gregory's avatar
    pmpkg: default mode 0755 for dirs in sync packages · e19091b2
    Andrew Gregory authored Apr 14, 2013 and Allan McRae's avatar Allan McRae committed Apr 15, 2013
    
    
    TarInfo objects default to mode 0644 while mkfile in util.py uses 0755
    for directories, causing pacman warnings about differing permissions on
    tests involving package updates.  Set the mode on TarInfo directory
    objects to 0755 unless the test specifies a different mode.
    
    Bug referenced in FS#30723.
    
    Signed-off-by: default avatarAndrew Gregory <andrew.gregory.8@gmail.com>
    Signed-off-by: Allan McRae's avatarAllan McRae <allan@archlinux.org>
    e19091b2