gitlab-org--gitlab-foss/lib/backup
Dirk Hörner 2e44284054 lib/backup: fix broken permissions when creating repo dir
This commit fixes a typo where the mode argument to FileUtils.mkdir()
would be passed in decimal rather than octal format, yielding bad
permissions.
2016-08-30 13:35:50 +02:00
..
artifacts.rb
builds.rb
database.rb
files.rb Use `File::exist?` instead of `File::exists?` 2016-08-11 13:54:45 +03:00
lfs.rb
manager.rb Use `File::exist?` instead of `File::exists?` 2016-08-11 13:54:45 +03:00
registry.rb
repository.rb lib/backup: fix broken permissions when creating repo dir 2016-08-30 13:35:50 +02:00
uploads.rb