jjethwa / rundeck

GNU General Public License v3.0
123 stars 136 forks source link

Update repo quicksetup URL #210

Closed anwareset closed 1 year ago

anwareset commented 1 year ago

The rundeck apt repo quicksetup script is updated, and it's changed to use from rundeck official Github repository. Any docker build from old URL will failed due to irrelevant of old apt repo. The error is when apt try to update, you'll find this kind of output.

root@39030adb20d8:/# apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Ign:5 https://packagecloud.io/pagerduty/rundeck/ubuntu bionic InRelease
Err:6 https://packagecloud.io/pagerduty/rundeck/ubuntu bionic Release
  404  Not Found [IP: 54.183.38.243 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/pagerduty/rundeck/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

The apt repo itself is moved

From:
https://packagecloud.io/pagerduty/rundeck/

To:
https://packages.rundeck.com/pagerduty/rundeck/

Refs: https://github.com/rundeck/rundeck/issues/7098 https://docs.rundeck.com/docs/administration/install/linux-deb.html#installing-rundeck

jjethwa commented 1 year ago

Thanks so much for the fix @anwareset Really appreciate it! 😄