Skip to content

Commit

Permalink
LAST CHECK-IN FOR 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 5, 2016
1 parent 6975c4a commit 207b39b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions VERSIES
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ONGEPLAND
- Linked Data
- Top10NL naar Oracle,

v1.2.0 - 4.okt.2016
v1.2.0 - 5.okt.2016

Wat zit in deze release?
Wat zit in deze release? Heel veel!
Zie de 62 (!) closed issues voor deze Milestone 1.2.0 op GitHub:
https://github.com/nlextract/NLExtract/milestone/8

Expand Down
2 changes: 1 addition & 1 deletion bgt/README
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Documentatie vind je op: http://nlextract.readthedocs.org

Belangrijke wijzigingen
-----------------------
* 23-12-2015: initi�le versie, maakt gebruik van Stetl ETL, zie map "etl".
* 23-12-2015: initiële versie, maakt gebruik van Stetl ETL, zie map "etl".
19 changes: 13 additions & 6 deletions make-distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,18 @@ mv build/html/* .
/bin/rm -rf build
popd

# Take only relevant dirs
excludes="--exclude=.git --exclude=externals/stetl/.git --exclude=3d --exclude=ahn2 --exclude=bag/build --exclude=bag/dist --exclude=bgt/data --exclude=bgt/doc --exclude=bonnebladen --exclude=opentopo --exclude=tools --exclude=top10nl/test --exclude=top10nl/doc"
pushd ${id}
# Take only relevant dirs from checked out GH sources
# Remove dirs not to be included
excludes="*.sh .git externals/stetl/.git 3d ahn2 bag/build bag/dist bgt/data bgt/doc bgt/style bonnebladen brk/dkk opentopo tools top10nl/test top10nl/doc"
/bin/rm -rf ${excludes}

# Make .sh files executable
find . -name *.sh | xargs chmod +x
popd

# create archive
tar -zcvf ${target} ${excludes} ${id}
# create archives .tar.gz and .zip
tar -zcvf ${target} ${id}

# target="${id}.zip"
# zip -9 -r ${excludes} ${target} ${id}
target="${id}.zip"
zip -r ${target} ${id}

0 comments on commit 207b39b

Please sign in to comment.