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
3dbf916332
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
added control file for debian jessie
2016-09-12 04:15:13 -04:00
for
i in
`
ls retroshare06_0.6.1-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