Skip to content

Commit

Permalink
Retires sites GIG03 and GIG04 (#314)
Browse files Browse the repository at this point in the history
I _thought_ I had retired these sites months ago:

f4de5e6

However, I just discovered that they were not actually retired. Most likely I
pushed these changes to my sandbox branch with the intention of creating a PR,
but probably pushed some other changes to my sandbox branch before I ever
created the PR.
  • Loading branch information
nkinkade authored Jan 9, 2024
1 parent 379ceba commit e5dba27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions retired.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ local retiredSites = {
fra05: import 'sites/fra05.jsonnet',
gig01: import 'sites/gig01.jsonnet',
gig02: import 'sites/gig02.jsonnet',
gig03: import 'sites/gig03.jsonnet',
gig04: import 'sites/gig04.jsonnet',
gru01: import 'sites/gru01.jsonnet',
gru04: import 'sites/gru04.jsonnet',
ham01: import 'sites/ham01.jsonnet',
Expand Down
2 changes: 0 additions & 2 deletions sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ local sites = {
fra04: import 'sites/fra04.jsonnet',
fra06: import 'sites/fra06.jsonnet',
fra07: import 'sites/fra07.jsonnet',
gig03: import 'sites/gig03.jsonnet',
gig04: import 'sites/gig04.jsonnet',
gru02: import 'sites/gru02.jsonnet',
gru03: import 'sites/gru03.jsonnet',
gru05: import 'sites/gru05.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/gig03.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2020-09-28',
retired: '2023-10-16',
},
}
1 change: 1 addition & 0 deletions sites/gig04.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2020-09-30',
retired: '2023-10-16',
},
}

0 comments on commit e5dba27

Please sign in to comment.