-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean
More file actions
executable file
·34 lines (23 loc) · 1.25 KB
/
clean
File metadata and controls
executable file
·34 lines (23 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#!/bin/bash
# reprepro -b infra remove generic
# reprepro -b pgsql/noble remove noble
# reprepro -b pgsql/jammy remove jammy
# reprepro -b pgsql/focal remove noble
# reprepro -b pgsql/bookworm remove bookworm
# reprepro -b pgsql/bullseye remove bullseye
reprepro -b pgsql/noble remove noble postgresql-17-pg-vectorize
reprepro -b pgsql/noble remove noble postgresql-16-pg-vectorize
reprepro -b pgsql/noble remove noble postgresql-15-pg-vectorize
reprepro -b pgsql/noble remove noble postgresql-14-pg-vectorize
reprepro -b pgsql/noble remove noble postgresql-13-pg-vectorize
reprepro -b pgsql/jammy remove jammy postgresql-17-pg-vectorize
reprepro -b pgsql/jammy remove jammy postgresql-16-pg-vectorize
reprepro -b pgsql/jammy remove jammy postgresql-15-pg-vectorize
reprepro -b pgsql/jammy remove jammy postgresql-14-pg-vectorize
reprepro -b pgsql/jammy remove jammy postgresql-13-pg-vectorize
reprepro -b pgsql/bookworm remove bookworm postgresql-17-pg-vectorize
reprepro -b pgsql/bookworm remove bookworm postgresql-16-pg-vectorize
reprepro -b pgsql/bookworm remove bookworm postgresql-15-pg-vectorize
reprepro -b pgsql/bookworm remove bookworm postgresql-14-pg-vectorize
reprepro -b pgsql/bookworm remove bookworm postgresql-13-pg-vectorize
postgresql-17-pg-smtp-client