Revision 84a12e40 devel/upload.in

b/devel/upload.in
1 1
#!/bin/bash
2 2

  
3
# Copyright (C) 2006, 2007 Google Inc.
3
# Copyright (C) 2006, 2007, 2008, 2009, 2010 Google Inc.
4 4
#
5 5
# This program is free software; you can redistribute it and/or modify
6 6
# it under the terms of the GNU General Public License as published by
......
20 20
# This is a test script to ease development and testing on test clusters.
21 21
# It should not be used to update production environments.
22 22

  
23
# Usage: upload.sh node-{1,2,3}
23
# Usage: upload node-{1,2,3}
24 24
# it will upload the python libraries to
25 25
# $prefix/lib/python2.4/site-packages/ganeti and the command line utils to
26 26
# $prefix/sbin. It needs passwordless root login to the nodes.
......
64 64

  
65 65
set ${hosts}
66 66

  
67
make regen-vcs-version
68

  
67 69
TXD=`mktemp -d`
68 70
trap 'rm -rf $TXD' EXIT
69 71

  

Also available in: Unified diff