Skip to content

Commit

Permalink
Bring metadata/ up-to-date for the tuf-on-ci migration
Browse files Browse the repository at this point in the history
This is a result of running `python3 docs/migration/prep-import.py`.
It makes sure the base metadata for tuf-on-ci is up-to-date before
migration in sigstore#1320.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Aug 30, 2024
1 parent fd59d84 commit f9291aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions metadata/snapshot.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"signatures": [
{
"keyid": "230e212616274a4195cdc28e9fce782c20e6c720f1a811b40f98228376bdd3ac",
"sig": "30450220118801201de9a6d2afa57d03f770a39f8a7db72353713f4764b7574362786720022100982ff4de82c8ba18d68917d1d3d316697da91bbb9b6a50bc04c6c0a151bc1792"
"sig": "304402207d124d5711ca481ff5619728f51266593b8b937b570935514c1300d77aa777e20220051043196734dbd95af4e651ceeb7bb5c0fd00e04da5ebb0b67ba067b82ab32b"
}
],
"signed": {
"_type": "snapshot",
"expires": "2024-09-03T16:06:46Z",
"expires": "2024-09-17T16:07:07Z",
"meta": {
"registry.npmjs.org.json": {
"hashes": {
Expand Down Expand Up @@ -59,6 +59,6 @@
}
},
"spec_version": "1.0",
"version": 153
"version": 155
}
}
14 changes: 7 additions & 7 deletions metadata/timestamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
"signatures": [
{
"keyid": "923bb39e60dd6fa2c31e6ea55473aa93b64dd4e53e16fbe42f6a207d3f97de2d",
"sig": "30450220271ddbf96a65c0010f23006b2614d7527e8033a83817c0ba4571f07fdd374368022100913a5e71ef479ee1c830d005a4ba6eb6791f3b017f92584a900c761b5f5a7d34"
"sig": "304402202852d8a3c91b894e4e173e0f00e78b71ae06fcddf047d194567fab8d9b95af320220776023fdb514bf2dbe2e7632c0ef78066ee84905fdc566efac5b84a7b6d59d01"
}
],
"signed": {
"_type": "timestamp",
"expires": "2024-08-23T16:06:25Z",
"expires": "2024-09-06T16:05:44Z",
"meta": {
"snapshot.json": {
"hashes": {
"sha256": "757fc10e3c5b13c8c46bdd3beb38c04dfb702521152d72f76b6f4ac4f3b36dea",
"sha512": "1034b3cb37a5528465a33139a7b062f459af7d181c5037423f93c77628dfa06f42843091825c6b1d31262012c11f438ce47d1dfbf8315c17365e3363a2123138"
"sha256": "b805cabc4e9aa77443569bff1e4c04db1d50d9cc4b1436df2f9402a0d79a7247",
"sha512": "2bc2c064afab17baca253c815f117bafc3332a87463b5d0045814ca444c0d4cecd14cc40588ea7f7c0731e1cee4beb3e1614eaf7e4cdd06d0093299bcc8b4058"
},
"length": 2302,
"version": 153
"length": 2300,
"version": 155
}
},
"spec_version": "1.0",
"version": 212
"version": 216
}
}

0 comments on commit f9291aa

Please sign in to comment.