Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
added Saft/Addition/hardf to our infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed May 29, 2017
1 parent 7b5adf4 commit bfc2a25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ remove-subpackage-branches:
git branch -D saft.data
git branch -D saft.easyrdf
git branch -D saft.erfurt
git branch -D saft.hardf
git branch -D saft.querycache
git branch -D saft.rdf
git branch -D saft.redland
Expand All @@ -57,6 +58,7 @@ remove-subpackage-remotes:
git remote rm saft.data
git remote rm saft.easyrdf
git remote rm saft.erfurt
git remote rm saft.hardf
git remote rm saft.querycache
git remote rm saft.rdf
git remote rm saft.redland
Expand All @@ -75,6 +77,7 @@ setup-subpackage-remotes:
git remote add saft.data [email protected]:SaftIng/Saft.data
git remote add saft.easyrdf [email protected]:SaftIng/Saft.easyrdf
git remote add saft.erfurt [email protected]:SaftIng/Saft.erfurt
git remote add saft.hardf [email protected]:SaftIng/Saft.hardf
git remote add saft.querycache [email protected]:SaftIng/Saft.querycache
git remote add saft.rdf [email protected]:SaftIng/Saft.rdf
git remote add saft.redland [email protected]:SaftIng/Saft.redland
Expand Down
1 change: 1 addition & 0 deletions scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ components[store]=src/Saft/Store
# additions
components[arc2]=src/Saft/Addition/ARC2
components[easyrdf]=src/Saft/Addition/EasyRdf
components[hardf]=src/Saft/Addition/hardf
components[erfurt]=src/Saft/Addition/Erfurt
components[httpstore]=src/Saft/Addition/HttpStore
components[querycache]=src/Saft/Addition/QueryCache
Expand Down
1 change: 1 addition & 0 deletions scripts/setup-components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ components[store]=src/Saft/Store
# additions
components[arc2]=src/Saft/Addition/ARC2
components[easyrdf]=src/Saft/Addition/EasyRdf
components[hardf]=src/Saft/Addition/hardf
components[erfurt]=src/Saft/Addition/Erfurt
components[httpstore]=src/Saft/Addition/HttpStore
components[querycache]=src/Saft/Addition/QueryCache
Expand Down
1 change: 1 addition & 0 deletions scripts/tag-subpackage-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos[saft.test]=src/Saft/Test
# additional packages
repos[saft.arc2]=src/Saft/Addition/ARC2
repos[saft.easyrdf]=src/Saft/Addition/EasyRdf
repos[saft.hardf]=src/Saft/Addition/hardf
repos[saft.erfurt]=src/Saft/Addition/Erfurt
repos[saft.querycache]=src/Saft/Addition/QueryCache
repos[saft.redland]=src/Saft/Addition/Redland
Expand Down

0 comments on commit bfc2a25

Please sign in to comment.