From 3015f74f6ee9518e65063d4e9cdb27eaab2d6445 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 14 Feb 2010 12:37:16 +0000 Subject: [PATCH] added this global script git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2316 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build_scripts/Ubuntu_src/make.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 build_scripts/Ubuntu_src/make.sh diff --git a/build_scripts/Ubuntu_src/make.sh b/build_scripts/Ubuntu_src/make.sh new file mode 100755 index 000000000..d71962281 --- /dev/null +++ b/build_scripts/Ubuntu_src/make.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +echo This script will +echo - remove the directory retroshare-0.5/ +echo - remove existing sources packages in the current directory +echo - build a new source package from the svn +echo - rebuild the source package for the karmic i386 arch. +echo +echo Type ^C to abort, or \[ENTER\] to continue +read tmp + +rm -rf ./retroshare-0.5 +./clean.sh +./makeSourcePackage.sh + +sudo pbuilder build *.dsc +