mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Improved packaging scripts
- use the hierarchy in the svn - removed binary archives, replaced by actual files (easier to handle) - added packaging rules for FeedReader - added one package for retroshare-nogui (not anymore in the main package) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6097 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
eed8fb7bfb
commit
959d7a0855
26 changed files with 560 additions and 155 deletions
|
@ -2,25 +2,13 @@
|
|||
|
||||
rm BaseRetroShareDirs.tgz
|
||||
|
||||
rm -rf retroshare-0.5/libbitdht/
|
||||
rm -rf retroshare-0.5/libretroshare/
|
||||
|
||||
rm -rf retroshare-0.5/src/libbitdht/*
|
||||
rm -rf retroshare-0.5/src/libbitdht/.svn/
|
||||
rm -rf retroshare-0.5/src/openpgpsdk/*
|
||||
rm -rf retroshare-0.5/src/openpgpsdk/.svn/
|
||||
rm -rf retroshare-0.5/src/libretroshare/*
|
||||
rm -rf retroshare-0.5/src/libretroshare/.svn/
|
||||
rm -rf retroshare-0.5/src/retroshare-gui/*
|
||||
rm -rf retroshare-0.5/src/retroshare-gui/.svn/
|
||||
rm -rf retroshare-0.5/src/retroshare-nogui/*
|
||||
rm -rf retroshare-0.5/src/retroshare-nogui/.svn/
|
||||
rm -rf retroshare-0.5/src/plugins/VOIP/*
|
||||
rm -rf retroshare-0.5/src/plugins/VOIP/.svn/
|
||||
rm -rf retroshare-0.5/src/plugins/LinksCloud/*
|
||||
rm -rf retroshare-0.5/src/plugins/LinksCloud/.svn/
|
||||
mv retroshare-0.5/src/data retroshare-0.5/
|
||||
rm -rf retroshare-0.5/libssh-0.5.2
|
||||
rm -rf retroshare-0.5/src/*
|
||||
mv retroshare-0.5/data retroshare-0.5/src/
|
||||
|
||||
find retroshare-0.5 -name "*~" -exec \rm {} \;
|
||||
find retroshare-0.5 -name ".svn" -exec \rm -rf {} \;
|
||||
|
||||
tar zcvf BaseRetroShareDirs.tgz retroshare-0.5/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue