diff options
-rwxr-xr-x | build_repo.sh | 2 | ||||
-rw-r--r-- | key.sec (renamed from myrepo/files/key.sec) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/build_repo.sh b/build_repo.sh index 0a1217a..45c83dc 100755 --- a/build_repo.sh +++ b/build_repo.sh @@ -68,7 +68,7 @@ deploy() { local TARGET="cynerd.cz:/var/www/myrepo" ssh cynerd.cz -- mkdir -p "/var/www/myrepo/$1" # Make sure that directory exists echo -e "\e[1;34mSign and deploy $1\e[0m" - SEC=myrepo/files/key.sec + SEC=key.sec pushd .$1-sdk staging_dir/host/bin/usign -S -s ../$SEC -m bin/$2/packages/base/Packages scp bin/$2/packages/base/* "$TARGET/$1/" diff --git a/myrepo/files/key.sec b/key.sec index 5731869..5731869 100644 --- a/myrepo/files/key.sec +++ b/key.sec |