Skip to content

Commit 7fef3ab

Browse files
committed
dev: update packaging script
1 parent 24718d6 commit 7fef3ab

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Installation
8080
[Binary releases are available at GitHub.](https://github.com/omniscale/imposm3/releases)
8181

8282
These builds are for x86 64bit Linux and require *no* further dependencies. Download, untar and start `imposm`.
83-
Binaries are compatible with Debian 8, Ubuntu 14.04 and SLES 12 (and newer versions). Older Imposm binaries (<=0.4) also support Debian 6, RHEL 6 and SLES 11.
84-
Older versions are available at <http://imposm.org/static/rel/>.
83+
Binaries are compatible with Debian 10 and other distributions from 2022 or
84+
newer. You can build from source if you need to support older distributions.
8585

8686
### Source
8787

packaging.sh

+2-9
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ pushd $IMPOSM_SRC
129129
git config --add receive.denyCurrentBranch ignore
130130

131131
pushd /vagrant
132-
git push --all -f $IMPOSM_SRC
132+
git push --tags -f $IMPOSM_SRC
133133
popd
134134

135135
git reset --hard
136136
git checkout $REVISION
137137

138138
echo '-> compiling imposm'
139139
make clean
140-
LEVELDB_POST_121=1 make build
140+
make build
141141
popd
142142

143143

@@ -171,11 +171,4 @@ pushd $BUILD_BASE
171171
tar zcvf imposm-$VERSION.tar.gz imposm-$VERSION
172172
mkdir -p /vagrant/dist
173173
mv imposm-$VERSION.tar.gz /vagrant/dist/
174-
175-
echo "###########################################################################"
176-
echo " Call the following commands to download the created binary packages:"
177-
echo
178-
echo "vagrant ssh-config > .vagrant_ssh_conf"
179-
echo "rsync -a -v -P -e 'ssh -F .vagrant_ssh_conf' default:/vagrant/dist ./dist"
180-
echo "###########################################################################"
181174
popd

0 commit comments

Comments
 (0)