Skip to content

Commit

Permalink
File permissions cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atw527 committed Nov 11, 2017
1 parent 270482c commit 8749eda
Show file tree
Hide file tree
Showing 26 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data/bin
Empty file modified Dockerfile.download
100755 → 100644
Empty file.
Empty file modified Dockerfile.front
100755 → 100644
Empty file.
Empty file modified Dockerfile.match
100755 → 100644
Empty file.
Empty file modified Dockerfile.render
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified data/video/.gitignore
100755 → 100644
Empty file.
Empty file modified docker-compose.download.yml
100755 → 100644
Empty file.
Empty file modified docker-compose.front.yml
100755 → 100644
Empty file.
Empty file modified docker-compose.render.yml
100755 → 100644
Empty file.
Empty file modified docker-compose.sandbox.yml
100755 → 100644
Empty file.
Empty file modified etc/000-default.conf
100755 → 100644
Empty file.
Empty file modified etc/my.local.cnf
100755 → 100644
Empty file.
Empty file modified etc/php.ini
100755 → 100644
Empty file.
Empty file modified etc/ssh_config
100755 → 100644
Empty file.
Empty file modified notes.md
100755 → 100644
Empty file.
8 changes: 8 additions & 0 deletions permissions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# run this in the repo base directory!

chown -R andrew: ./

chmod -R 0644 ./
chmod -R a+X ./
Empty file modified sql/init.sql
100755 → 100644
Empty file.
Empty file modified src/download/download-forever.sh
100755 → 100644
Empty file.
Empty file modified src/download/download.py
100755 → 100644
Empty file.
Empty file modified src/front/new_task.php
100755 → 100644
Empty file.
Empty file modified src/front/view_task.php
100755 → 100644
Empty file.
Empty file modified src/match/match-forever.sh
100755 → 100644
Empty file.
Empty file modified src/match/match.py
100755 → 100644
Empty file.
Empty file modified src/render/render-forever.sh
100755 → 100644
Empty file.
Empty file modified src/render/render.py
100755 → 100644
Empty file.

0 comments on commit 8749eda

Please sign in to comment.