diff options
author | mrjive <mrjive@mrjive.it> | 2016-01-03 09:52:37 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2016-01-03 09:52:37 +0100 |
commit | 07f5bdde60f55e3b217aee9e33c3175e90a5f0f1 (patch) | |
tree | 2b5988c7661c9a5a67f5da8797ca57381e2aad7a /hubzilla_er/Makefile | |
parent | 051346325609f5f2e78ef0deaf182c65d7823bbc (diff) | |
parent | 5b0a17359d6b5b3e27219c9e56117f1017996175 (diff) | |
download | volse-hubzilla-07f5bdde60f55e3b217aee9e33c3175e90a5f0f1.tar.gz volse-hubzilla-07f5bdde60f55e3b217aee9e33c3175e90a5f0f1.tar.bz2 volse-hubzilla-07f5bdde60f55e3b217aee9e33c3175e90a5f0f1.zip |
Merge pull request #10 from redmatrix/master
updating from original codebase
Diffstat (limited to 'hubzilla_er/Makefile')
-rw-r--r-- | hubzilla_er/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hubzilla_er/Makefile b/hubzilla_er/Makefile deleted file mode 100644 index f36f01007..000000000 --- a/hubzilla_er/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -#makefile for schemaspy - - -#NOTE: This makefile sucks. It needs to have all run the script, and check that schemaspy and mysqlconn are present. - -schemaspy:: - wget "http://downloads.sourceforge.net/project/schemaspy/schemaspy/SchemaSpy%205.0.0/schemaSpy_5.0.0.jar?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fschemaspy%2F&ts=1447051240&use_mirror=iweb" - -mysqlconn:: - wget http://central.maven.org/maven2/mysql/mysql-connector-java/5.1.17/mysql-connector-java-5.1.17.jar - -#TODO: install java and graphviz or check it is there - -install: schemaspy mysqlconn - -run: - ../util/schemaspy |