mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-01 02:36:23 -04:00
improved ppa upload script
This commit is contained in:
parent
c356bc5a89
commit
a6acff491f
1 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
Apply dput ppa:retroshare/unstable retroshare06_0.6.0-1.#.changes
|
for i in `ls retroshare06_0.6.0-1.*.changes` ; do
|
||||||
|
dput ppa:retroshare/unstable $i
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue