mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added this global script
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2316 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4a5a281424
commit
3015f74f6e
1 changed files with 17 additions and 0 deletions
17
build_scripts/Ubuntu_src/make.sh
Executable file
17
build_scripts/Ubuntu_src/make.sh
Executable file
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue