Skip to content
Permalink
84fbb1446a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 8 lines (8 sloc) 246 Bytes
#!/bin/bash
VERSION=`grep -Po "(?<=Revision:\s)(\S+)" clusterd`
PACKAGE=clusterd-${VERSION}
DOWNLOADS=/src/mariux/beeroot/downloads
cd ..
tar zcvf ${DOWNLOADS}/${PACKAGE}.tgz clusterd
bee init ${DOWNLOADS}/${PACKAGE}.tgz -f
./${PACKAGE}-0.bee -c