Skip to content
Snippets Groups Projects
Commit ff1c55d2 authored by rds's avatar rds
Browse files

acedb 4.9.40 binaries, by hand

parent e80afbce
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Need to log into each machine architexture for this...
# Configuration
# The current zmap build version X-X-XX
LATEST_BUILD=0-1-50
# Where to do all this
ZMAP_ACEDB_RELEASE_CONTAINER=/var/tmp
# No edit below here....
cd $ZMAP_ACEDB_RELEASE_CONTAINER
RELEASE_4_9_40=~acedb/RELEASE.2008_02_21
ZMAP_TARGET=~zmap/BUILDS/ZMap.$LATEST_BUILD.BUILD
ln -s $RELEASE_4_9_40 RELEASE.DEVELOPMENT
./zmap_fetch_acedbbinaries.sh $ZMAP_TARGET DEVELOPMENT ZMAP_ACEDB_RELEASE_CONTAINER=$ZMAP_ACEDB_RELEASE_CONTAINER || \
echo "Failed!"
rm -f RELEASE.DEVELOPMENT
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment