Skip to content

Commit

Permalink
Bump desktop repository to 20240721235154 and community repository to…
Browse files Browse the repository at this point in the history
… 20240722085514
  • Loading branch information
msdobrescu committed Jul 22, 2024
1 parent db910fe commit 7ecf061
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: "20240713213153"
version: "20240721235154"
- 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: "20240713213153-repository.yaml"
version: "20240713213153"
package.version: "20240721235154-repository.yaml"
version: "20240721235154"
- category: "repository"
name: "mocaccino-extra"
version: "20211023"
Expand Down Expand Up @@ -82,7 +82,7 @@ packages:
version: "20211120"
- category: "repository"
name: "mocaccino-community"
version: "20240715065219"
version: "20240722085514"
- 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: "20240715065219-repository.yaml"
package.version: "20240722085514-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: "20240715065219"
version: "20240722085514"
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+70"
version: "0.3+71"
requires:
- category: "repository"
name: "mocaccino-desktop-stable"
Expand All @@ -22,7 +22,7 @@ packages:
version: ">=0"
- !!merge <<: *base
name: "mocaccino-community-stable"
version: "0.5+34"
version: "0.5+35"
requires:
- category: "repository"
name: "mocaccino-community-stable"
Expand Down

0 comments on commit 7ecf061

Please sign in to comment.