Skip to content

Commit

Permalink
build: move gpg keys into .keys directory
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Champetier <[email protected]>
  • Loading branch information
champtar committed Apr 30, 2018
1 parent b82ff26 commit 4dd01ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .travis_do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ download_sdk() {
wget "$SDK_PATH/sha256sums.gpg" -O sha256sums.asc

# LEDE Build System (LEDE GnuPG key for unattended build jobs)
gpg --import $PACKAGES_DIR/.travis/626471F1.asc
gpg --import $PACKAGES_DIR/.keys/626471F1.asc
echo '54CC74307A2C6DC9CE618269CD84BCED626471F1:6:' | gpg --import-ownertrust
# LEDE Release Builder (17.01 "Reboot" Signing Key)
gpg --import $PACKAGES_DIR/.travis/D52BBB6B.asc
gpg --import $PACKAGES_DIR/.keys/D52BBB6B.asc
echo 'B09BE781AE8A0CD4702FDCD3833C6010D52BBB6B:6:' | gpg --import-ownertrust

echo_blue "=== Verifying sha256sums signature"
Expand Down

0 comments on commit 4dd01ce

Please sign in to comment.