This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
RetroShare
Watch
1
Star
0
Fork
0
You've already forked RetroShare
mirror of
https://github.com/RetroShare/RetroShare.git
synced
2024-10-01 02:35:48 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6da8b2a04d
RetroShare
/
build_scripts
/
Debian+Ubuntu
/
ppa_upload.sh
5 lines
98 B
Bash
Raw
Normal View
History
Unescape
Escape
updated source package scripts git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4049 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-22 15:58:05 -05:00
#!/bin/sh
updated version number to 0.6.2
2017-03-04 05:56:51 -05:00
for
i in
`
ls retroshare06_0.6.2-1.*.changes
`
;
do
improved ppa upload script
2016-08-18 12:39:03 -04:00
dput ppa:retroshare/unstable
$i
done
Reference in New Issue
Copy Permalink