Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Clean-up Root Directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naville committed Jul 23, 2016
1 parent ebd057a commit 30be1f1
Show file tree
Hide file tree
Showing 35 changed files with 7 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ Reveal*
Reveal.framework
RevealTMP/
*.db
/*.db
./ExtraFWs/*.*
ExtraFWs/*.*
DEBS/*.*
ExtraFWs/
DEBS/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ before_install:
- clear
- export THEOS=/opt/theos

script: "sudo python get-pip.py && ./Setup.sh && ./InstallTheos.sh &&./build.py DEBUG"
script: "sudo python ./CIScripts/get-pip.py && ./Setup.sh && ./CIScripts/InstallTheos.sh &&./build.py DEBUG"
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

*DO NOT USE PRE-BUILT BINARY*

*Theos-Legacy is no longer Supported. Run ./InstallTheos.sh To Install The Latest Version of Theos*
*Theos-Legacy is no longer Supported. Run ./CIScripts/InstallTheos.sh To Install The Latest Version of Theos*



Expand Down
5 changes: 3 additions & 2 deletions Tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Core is complete(hopefully bug-free), although more transform rules needs to be


##RemoteLogger
Remote Receive Logs. An SQL Database is formed

Remote Receive Logs. An SQL Database is formed. Check *RemoteLogger/README.md*

##WTFJHAnalyzer
A bare clone of introspy-analyzer. I do have plan of implementing auto-generated Call-Sorting. Low priority though.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30be1f1

Please sign in to comment.