Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
bbbeb78c
Commit
bbbeb78c
authored
Jan 04, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: makes repo update enterprise compatible.
parent
89956a6a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
scripts/build/update_repo/update-deb.sh
+3
-6
No files found.
scripts/build/update_repo/update-deb.sh
View file @
bbbeb78c
...
@@ -17,7 +17,7 @@ mkdir -p /deb-repo/repo
...
@@ -17,7 +17,7 @@ mkdir -p /deb-repo/repo
mkdir
-p
/deb-repo/tmp
mkdir
-p
/deb-repo/tmp
# Download the database
# Download the database
gsutil
-m
rsync
-r
gs://grafana-aptly-db/repo-db
/deb-repo/db
gsutil
-m
rsync
-r
"gs://grafana-aptly-db/
$RELEASE_TYPE
"
/deb-repo/db
# Add the new release to the repo
# Add the new release to the repo
aptly publish drop squeeze filesystem:repo:grafana
||
true
aptly publish drop squeeze filesystem:repo:grafana
||
true
...
@@ -33,12 +33,9 @@ echo "pinentry-mode loopback" > ~/.gnupg/gpg.conf
...
@@ -33,12 +33,9 @@ echo "pinentry-mode loopback" > ~/.gnupg/gpg.conf
./scripts/build/update_repo/sign-deb-repo.sh
"
$GPG_PASS
"
./scripts/build/update_repo/sign-deb-repo.sh
"
$GPG_PASS
"
# Update the repo and db on gcp
# Update the repo and db on gcp
gsutil
-m
rsync
-r
-d
/deb-repo/db
gs://grafana-aptly-db/repo-db
# TODO: support separate enterprise db
gsutil
-m
rsync
-r
-d
/deb-repo/db
"gs://grafana-aptly-db/
$RELEASE_TYPE
"
gsutil
-m
rsync
-r
-d
/deb-repo/repo/grafana
"gs://grafana-repo/
$RELEASE_TYPE
/deb"
gsutil
-m
rsync
-r
-d
/deb-repo/repo/grafana
"gs://grafana-repo/
$RELEASE_TYPE
/deb"
# usage:
# usage:
# deb https://grafana-repo.storage.googleapis.com/oss/deb squeeze main
#
# later:
# curl https://packages.grafana.com/gpg.key | apt-key add -
# curl https://packages.grafana.com/gpg.key | apt-key add -
# deb https://packages.grafana.com/oss/deb s
queez
e main
# deb https://packages.grafana.com/oss/deb s
tabl
e main
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment