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
38bcb88d
Commit
38bcb88d
authored
Jan 16, 2019
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: uploads binaries before metadata in deb repo.
parent
b3512f43
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
scripts/build/update_repo/update-deb.sh
+4
-1
No files found.
scripts/build/update_repo/update-deb.sh
View file @
38bcb88d
...
@@ -54,9 +54,12 @@ aptly publish update stable filesystem:repo:grafana
...
@@ -54,9 +54,12 @@ aptly publish update stable filesystem:repo:grafana
aptly publish update beta filesystem:repo:grafana
aptly publish update beta filesystem:repo:grafana
# Update the repo and db on gcp
# Update the repo and db on gcp
## TODO: need to update this to push the binaries first and then the metadata so that we dont cache the binaries missing.
gsutil
-m
rsync
-r
-d
/deb-repo/db
"gs://
$GCP_DB_BUCKET
/
$RELEASE_TYPE
"
gsutil
-m
rsync
-r
-d
/deb-repo/db
"gs://
$GCP_DB_BUCKET
/
$RELEASE_TYPE
"
# Uploads the binaries before the metadata (to prevent 404's for debs)
gsutil
-m
rsync
-r
/deb-repo/repo/grafana/pool
"gs://
$GCP_REPO_BUCKET
/
$RELEASE_TYPE
/deb/pool"
gsutil
-m
rsync
-r
-d
/deb-repo/repo/grafana
"gs://
$GCP_REPO_BUCKET
/
$RELEASE_TYPE
/deb"
gsutil
-m
rsync
-r
-d
/deb-repo/repo/grafana
"gs://
$GCP_REPO_BUCKET
/
$RELEASE_TYPE
/deb"
# usage:
# usage:
...
...
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