Skip to content

Commit

Permalink
update distro build script en versie info
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Oct 3, 2016
1 parent 11a28e5 commit 6975c4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
9 changes: 5 additions & 4 deletions VERSIES
Expand Up @@ -7,12 +7,13 @@ ONGEPLAND
- Linked Data
- Top10NL naar Oracle,

v1.2.0 - apr.2016 - GEPLAND
v1.2.0 - 4.okt.2016

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

v1.1.4 - 9.jan.2014 - HUIDIGE VERSIE
v1.1.4 - 9.jan.2014
Werd weer tijd, veel fixes, ook veel via Pull requests, dank! Features in:

#107 BAG Datumtijd kolommen moeten ook decimale seconden meenemen bag-extract
Expand Down
11 changes: 10 additions & 1 deletion make-distro.sh
Expand Up @@ -17,8 +17,17 @@ target="${id}.tar.gz"
# get clone from git into version dir
git clone --recursive https://github.com/nlextract/NLExtract.git ${id}

# create documentation
pushd ${id}/doc
make html
/bin/rm -f make.bat Makefile
/bin/rm -rf source
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=doc --exclude=opentopo --exclude=tools --exclude=top10nl/test --exclude=top10nl/doc"
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"

# create archive
tar -zcvf ${target} ${excludes} ${id}
Expand Down

0 comments on commit 6975c4a

Please sign in to comment.