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
89a4f30e
Commit
89a4f30e
authored
Aug 02, 2019
by
Oleg Gaidarenko
Committed by
Leonard Gram
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: allow bash to expand the wildcard (#18354)
If wildcards are in the quotes they not going to be expanded
parent
142c7eb0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scripts/build/update_repo/update-deb.sh
+1
-1
scripts/build/update_repo/update-rpm.sh
+1
-1
No files found.
scripts/build/update_repo/update-deb.sh
View file @
89a4f30e
...
@@ -36,7 +36,7 @@ mkdir -p /deb-repo/db \
...
@@ -36,7 +36,7 @@ mkdir -p /deb-repo/db \
gsutil
-m
rsync
-r
-d
"gs://
$GCP_DB_BUCKET
/
$RELEASE_TYPE
"
/deb-repo/db
gsutil
-m
rsync
-r
-d
"gs://
$GCP_DB_BUCKET
/
$RELEASE_TYPE
"
/deb-repo/db
# Add the new release to the repo
# Add the new release to the repo
cp
"
$DIST_PATH
/*.deb"
/deb-repo/tmp
cp
"
$DIST_PATH
"
/
*
.deb
/deb-repo/tmp
rm /deb-repo/tmp/grafana_latest
*
.deb
||
true
rm /deb-repo/tmp/grafana_latest
*
.deb
||
true
aptly repo add
"
$REPO
"
/deb-repo/tmp
#adds too many packages in enterprise
aptly repo add
"
$REPO
"
/deb-repo/tmp
#adds too many packages in enterprise
...
...
scripts/build/update_repo/update-rpm.sh
View file @
89a4f30e
...
@@ -33,7 +33,7 @@ mkdir -p /rpm-repo
...
@@ -33,7 +33,7 @@ mkdir -p /rpm-repo
gsutil
-m
rsync
-r
"
$BUCKET
"
/rpm-repo
gsutil
-m
rsync
-r
"
$BUCKET
"
/rpm-repo
# Add the new release to the repo
# Add the new release to the repo
cp
"
$DIST_PATH
/*.rpm"
/rpm-repo
# adds to many files for enterprise
cp
"
$DIST_PATH
"
/
*
.rpm
/rpm-repo
# adds to many files for enterprise
rm /rpm-repo/grafana-latest-1
*
.rpm
||
true
rm /rpm-repo/grafana-latest-1
*
.rpm
||
true
createrepo /rpm-repo
createrepo /rpm-repo
...
...
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