Skip to content

Commit

Permalink
feat: use new package builder (#24945)
Browse files Browse the repository at this point in the history
* fix: use new packager to correct versions

* chore: delete foo
  • Loading branch information
bnpfeife committed Apr 29, 2024
1 parent 1b7cd19 commit 8c67d99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
- artifacts
build-packages:
docker:
- image: us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager:latest
- image: us-east1-docker.pkg.dev/influxdata-team-edge/ci-support/ci-packager-next:latest
auth:
username: _json_key
password: $CISUPPORT_GCS_AUTHORIZATION
Expand Down
16 changes: 7 additions & 9 deletions .circleci/packages/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version:
release:
match: '^v[0-9]+.[0-9]+.[0-9]+(-[0-9]+.(alpha|beta|rc).[0-9]+(.[0-9]+)?)?$'
- match: '^v[0-9]+.[0-9]+.[0-9]+(-[0-9]+.(alpha|beta|rc).[0-9]+(.[0-9]+)?)?$'
value: '{{env.CIRCLE_TAG[1:]}}'
default:
- match: '.*'
value: '3.0.0+snapshot-{{env.CIRCLE_SHA1[:8]}}'

sources:
Expand Down Expand Up @@ -30,20 +29,19 @@ packages:
- name: influxdb3
description: Monolithic time-series database.
license: MIT/Apache-2.0
vendor: InfluxData
homepage: https://influxdata.com
maintainer:
name: support
email: support@influxdata.com
binaries:
- influxdb3
- influxdb3.exe
extras:
- source: LICENSE-APACHE
target: usr/share/influxdb3/LICENSE-APACHE

- source: LICENSE-MIT
target: usr/share/influxdb3/LICENSE-MIT

- source: README.md
target: usr/share/influxdb3/README.md
#perm_overrides:
#deb_recommends:
#conflicts:
#depends:
source: .circleci/packages/influxdb3

0 comments on commit 8c67d99

Please sign in to comment.