浏览代码

build: fixes permissions issue.

Leonard Gram 7 年之前
父节点
当前提交
18004562a6
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 1
      scripts/build/update_repo/update-deb.sh
  2. 1 0
      scripts/build/update_repo/update-rpm.sh

+ 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