aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 10:09:50 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 10:09:50 +0000
commitc0f13c0aca208670849148fbb9fb3770cdcafa99 (patch)
tree15f023765721667e789a4d7328fca00cfc2c989b /dist
parent89b7b95346eacff1dfedf03828de888043dfd940 (diff)
Rename config-model programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index a5cb48c2d9e..ac260903ec0 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -103,3 +103,9 @@ ln -s vespa-log-replay $INSTALLPATH/bin/vlogreplay
ln -s vespa-dump-slotfile $INSTALLPATH/bin/dumpslotfile
ln -s vespa-vds-disktool-bin $INSTALLPATH/bin/vdsdisktool-bin
ln -s vespa-vds-disktool $INSTALLPATH/bin/vdsdisktool
+
+# Temporary when renaming programs in config-model
+ln -s vespa-deploy $INSTALLPATH/bin/deploy
+ln -s vespa-deploy-application $INSTALLPATH/bin/deploy-application
+ln -s vespa-expand-config.pl $INSTALLPATH/bin/expand-config.pl
+ln -s vespa-validate-application $INSTALLPATH/bin/validate-application