From 1412dc6466efe31754b67ce695723d20b945cb29 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 3 Aug 2015 00:06:31 +0200 Subject: [PATCH] packaging: Removed utopic, added new ppa name --- build_scripts/Debian+Ubuntu/makeSourcePackage.sh | 2 +- build_scripts/Debian+Ubuntu/ppa_upload.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh index f7fbcfd97..da096fb7f 100755 --- a/build_scripts/Debian+Ubuntu/makeSourcePackage.sh +++ b/build_scripts/Debian+Ubuntu/makeSourcePackage.sh @@ -47,7 +47,7 @@ while [ ${#} -gt 0 ]; do done if test "${dist}" = "" ; then - dist="precise trusty utopic vivid" + dist="precise trusty vivid" fi echo Attempting to get revision number... diff --git a/build_scripts/Debian+Ubuntu/ppa_upload.sh b/build_scripts/Debian+Ubuntu/ppa_upload.sh index 617a611d5..e6897618a 100644 --- a/build_scripts/Debian+Ubuntu/ppa_upload.sh +++ b/build_scripts/Debian+Ubuntu/ppa_upload.sh @@ -1,3 +1,2 @@ #!/bin/sh -Apply dput ppa:csoler-users/retroshare-snapshots retroshare_0.5.5#.changes -Apply dput ppa:csoler-users/retroshare-unstable retroshare06_0.6.0-0.#.changes +Apply dput ppa:retroshare/unstable retroshare06_0.6.0-1.#.changes