Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dbpedia-assoc
MARVIN-config
Commits
494f7c8e
Commit
494f7c8e
authored
Oct 11, 2019
by
Sebastian Hellmann
Browse files
small fixes
parent
76923bbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.sh
View file @
494f7c8e
...
...
@@ -7,8 +7,8 @@
ROOT
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
>
/dev/null 2>&1
&&
pwd
)
"
CONFIGDIR
=
"
$ROOT
/extractionConfiguration"
DIEFDIR
=
"
$ROOT
/marvin-extraction/extraction-framework"
&&
mkdir
-p
$LOGDIR
LOGDIR
=
"
$ROOT
/marvin-extraction/logs/
$(
date
+%Y-%m-%d
)
"
DIEFDIR
=
"
$ROOT
/marvin-extraction/extraction-framework"
LOGDIR
=
"
$ROOT
/marvin-extraction/logs/
$(
date
+%Y-%m-%d
)
"
&&
mkdir
-p
$LOGDIR
EXTRACTIONBASEDIR
=
"
$ROOT
/marvin-extraction/wikidumps"
&&
mkdir
-p
$EXTRACTIONBASEDIR
# TODO
...
...
@@ -16,7 +16,7 @@ RELEASEDIR="$ROOT/marvin-extraction/release"
DATAPUSMAVENPLUGINPOMDIR
=
"
$ROOT
/databus-maven-plugin"
DATAPUSMAVENPLUGINPOMGIT
=
"https://github.com/dbpedia/databus-maven-plugin.git"
mkdir
-p
$RELEASEDIR
#
mkdir -p $RELEASEDIR
##############
# functions
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment