Browse Source

build: fixes permissions issue.

Leonard Gram 7 năm trước cách đây
mục cha
commit
18004562a6

+ 2 - 1
scripts/build/update_repo/update-deb.sh

@@ -26,7 +26,8 @@ fi
 set -e
 
 # Setup environment
-cp scripts/build/update_repo/aptly.conf /etc/aptly.conf
+cp scripts/build/update_repo/aptly.conf ~/.aptly.conf
+
 mkdir -p /deb-repo/db   \
          /deb-repo/repo \
          /deb-repo/tmp

+ 1 - 0
scripts/build/update_repo/update-rpm.sh

@@ -26,6 +26,7 @@ set -e
 
 # Setup environment
 BUCKET="gs://$GCP_REPO_BUCKET/$RELEASE_TYPE/$REPO"
+
 mkdir -p /rpm-repo
 
 # Download the database