nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

Using SFTP to upload packages to Launchpad #245

Closed ivaradi closed 6 years ago

ivaradi commented 6 years ago

dput uses FTP by default to upload source packages to Launchpad. However, recently there seem to be problems with FTP access from Travis CI (see https://github.com/travis-ci/travis-ci/issues/9391). This pull request modifies the build script to use use SFTP for dput uploads.

(Unfortunately a success of the Debian build does not indicate that the patch works, since we upload only from the master branch, but let's hope it does. I tried the method on another branch, where it worked.)