Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive old Debian releases (keeping 3.8 and newer) #2176

Closed
ColeHiggins2 opened this issue Dec 9, 2024 · 2 comments
Closed

Archive old Debian releases (keeping 3.8 and newer) #2176

ColeHiggins2 opened this issue Dec 9, 2024 · 2 comments
Assignees

Comments

@ColeHiggins2
Copy link
Contributor

Following https://community.theforeman.org/t/foreman-3-13-0-release-process/40417
Create an issue in [foreman-infra](https://github.com/theforeman/foreman-infra/issues) to archive old Debian releases (keeping 3.8 and newer)

Now that 3.13 is the latest stable (#2175), we can archive older releases.

@evgeni
Copy link
Member

evgeni commented Dec 10, 2024

[root@repo-deb01 apt]# mv /var/www/freight/apt/bullseye/3.5 /var/www/freightarchive/apt/bullseye/
[root@repo-deb01 apt]# mv /var/www/freight/apt/bullseye/3.6 /var/www/freightarchive/apt/bullseye/
[root@repo-deb01 apt]# mv /var/www/freight/apt/bullseye/3.7 /var/www/freightarchive/apt/bullseye/

[root@repo-deb01 apt]# mv /var/www/freight/apt/focal/3.5 /var/www/freightarchive/apt/focal/
[root@repo-deb01 apt]# mv /var/www/freight/apt/focal/3.6 /var/www/freightarchive/apt/focal/
[root@repo-deb01 apt]# mv /var/www/freight/apt/focal/3.7 /var/www/freightarchive/apt/focal/

[root@repo-deb01 apt]# mv /var/www/freight/apt/plugins/3.5 /var/www/freightarchive/apt/plugins/
[root@repo-deb01 apt]# mv /var/www/freight/apt/plugins/3.6 /var/www/freightarchive/apt/plugins/
[root@repo-deb01 apt]# mv /var/www/freight/apt/plugins/3.7 /var/www/freightarchive/apt/plugins/

[root@repo-deb01 apt]# chown -R freightarchive.freightarchive /var/www/freightarchive/apt/

now re-indexing runs, that'll take a while

@evgeni
Copy link
Member

evgeni commented Dec 10, 2024

and done

@evgeni evgeni closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants