Skip to content

Commit

Permalink
Bump desktop repository to 20240920132256 and community repo to 20240…
Browse files Browse the repository at this point in the history
…920191111
  • Loading branch information
msdobrescu committed Sep 20, 2024
1 parent e235ace commit b914c9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions packages/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packages:
version: "20200717"
- category: "repository"
name: "mocaccino-desktop"
version: "20240901095340"
version: "20240920132256"
- category: "repository"
name: "mocaccino-desktop-stable"
reference: true
Expand All @@ -30,8 +30,8 @@ packages:
skopeo list-tags docker://quay.io/mocaccino/desktop | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]'
autobump.version_hook: |
skopeo list-tags docker://quay.io/mocaccino/desktop | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]' | sed "s/-repository.yaml//g"
package.version: "20240901095340-repository.yaml"
version: "20240901095340"
package.version: "20240920132256-repository.yaml"
version: "20240920132256"
- category: "repository"
name: "mocaccino-extra"
version: "20211023"
Expand Down Expand Up @@ -82,7 +82,7 @@ packages:
version: "20211120"
- category: "repository"
name: "mocaccino-community"
version: "20240822184659"
version: "20240920191111"
- category: "repository"
name: "mocaccino-community-stable"
reference: true
Expand All @@ -92,9 +92,9 @@ packages:
autobump.string_replace: '{ "prefix": "" }'
autobump.strategy: "custom"
autobump.prefix: "prefix"
package.version: "20240822184659-repository.yaml"
package.version: "20240920191111-repository.yaml"
autobump.hook: |
skopeo list-tags docker://quay.io/mocaccino/mocaccino-community | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]'
autobump.version_hook: |
skopeo list-tags docker://quay.io/mocaccino/mocaccino-community | jq -rc '.Tags | map(select(. | contains("-repository.yaml"))) | sort | .[-1]' | sed "s/-repository.yaml//g"
version: "20240822184659"
version: "20240920191111"
4 changes: 2 additions & 2 deletions packages/updater/collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ packages:
- &base
category: "repo-updater"
name: "mocaccino-desktop-stable"
version: "0.3+83"
version: "0.4"
requires:
- category: "repository"
name: "mocaccino-desktop-stable"
Expand All @@ -22,7 +22,7 @@ packages:
version: ">=0"
- !!merge <<: *base
name: "mocaccino-community-stable"
version: "0.6+2"
version: "0.7"
requires:
- category: "repository"
name: "mocaccino-community-stable"
Expand Down

0 comments on commit b914c9c

Please sign in to comment.