Skip to content
Snippets Groups Projects

Fix chmod on executables, wrt #97

Merged Julian Ospald requested to merge chmod-fix into master
5 unresolved threads

Merge request reports

Pipeline #28914 passed

Pipeline passed for b0f90c09 on chmod-fix

Merged by Julian OspaldJulian Ospald 4 years ago (Dec 24, 2020 10:20am UTC)

Loading

Pipeline #29131 passed

Pipeline passed for 5617516c on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
333 333 (path </> cabalFile)
334 334 (destPath)
335 335 Overwrite
336 lift $ chmod_777 destPath
336 lift $ chmod_755 destPath
  • 449 449 (path </> f)
    450 450 (inst </> toF)
    451 451 Overwrite
    452 lift $ chmod_777 (inst </> toF)
    452 lift $ chmod_755 (inst </> toF)
  • 458 458 (path </> wrapper)
    459 459 (inst </> toF)
    460 460 Overwrite
    461 lift $ chmod_777 (inst </> toF)
    461 lift $ chmod_755 (inst </> toF)
  • 1319 1319 handleIO (throwE . CopyError . show) $ liftIO $ copyFile p
    1320 1320 fullDest
    1321 1321 Overwrite
    1322 lift $ chmod_777 fullDest
    1322 lift $ chmod_755 fullDest
  • 440 440 pure False
    441 441
    442 442
    443 chmod_777 :: (MonadLogger m, MonadIO m) => Path a -> m ()
  • .rwxr-xr-x hasufell hasufell 31.3 MB Sun Dec 20 01:31:37 2020  cabal-3.2.0.0
  • merged

  • Please register or sign in to reply
    Loading