Skip to content

Commit

Permalink
Removed sickrage code; now clone/pulls sickrage master for each build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mhynlo committed Apr 21, 2016
1 parent ae97c34 commit e367358
Show file tree
Hide file tree
Showing 3,837 changed files with 11 additions and 560,295 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ There is a release available for download. It is able to install and run with no
####Build process:

`debuild -us -uc`

*Note: Requires git installed for build correctly.*
1 change: 1 addition & 0 deletions debian/dirs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
apps/sickrage/app-config
7 changes: 5 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ DESTDIR = $(CURDIR)/debian/sickrage
dh $@

override_dh_install:
mkdir $(DESTDIR)/apps $(DESTDIR)/apps/sickrage $(DESTDIR)/apps/sickrage/app-config
cp -R files/* $(DESTDIR)/apps/sickrage
cp -R $(CURDIR)/rn-files/* ${DESTDIR}/apps/sickrage
mkdir $(CURDIR)/git-files
if [ -d ./git-files/sickrage ]; then git --git-dir=./git-files/.git pull; fi
if [ ! -d ./git-files/sickrage ]; then git clone https://github.com/SickRage/SickRage.git ./git-files; fi
cp -R $(CURDIR)/git-files/* ${DESTDIR}/apps/sickrage
3 changes: 3 additions & 0 deletions debian/sickrage.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/dh-exec
rn-files/* apps/sickrage
git-files/* apps/sickrage
3 changes: 0 additions & 3 deletions files/.build/.bowerrc

This file was deleted.

15 changes: 0 additions & 15 deletions files/.build/.snyk

This file was deleted.

166 changes: 0 additions & 166 deletions files/.build/Gruntfile.js

This file was deleted.

32 changes: 0 additions & 32 deletions files/.build/bower.json

This file was deleted.

35 changes: 0 additions & 35 deletions files/.build/package.json

This file was deleted.

Loading

0 comments on commit e367358

Please sign in to comment.