source: trunk/scripts/invirt-test-build/invirt-test-build @ 2196

Last change on this file since 2196 was 2196, checked in by iannucci, 15 years ago

useful invirt-test-build and invirt-test-install scripts.

  • Property svn:executable set to *
File size: 138 bytes
Line 
1#!/bin/bash
2
3ssh root@xvm-dev "rm $1*.deb"
4scp -r $1 root@xvm-dev:~/$1
5ssh root@xvm-dev "cd ~/$1; debuild"
6ssh root@xvm-dev "rm -rf ~/$1"
Note: See TracBrowser for help on using the repository browser.