Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
8b6f3041
Commit
8b6f3041
authored
Mar 17, 2015
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor fix to the chroot testing script
parent
63729977
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/akabei-test-chroot/atf.sh
scripts/akabei-test-chroot/atf.sh
+2
-2
No files found.
scripts/akabei-test-chroot/atf.sh
View file @
8b6f3041
...
@@ -447,12 +447,12 @@ import_signatures() {
...
@@ -447,12 +447,12 @@ import_signatures() {
sudo
gpg
--homedir
./buildroot/_chroots/master-x64/etc/akabei.d/keyring/
--trust-model
always
--import
/usr/share/chakra/signatures/
*
.asc
sudo
gpg
--homedir
./buildroot/_chroots/master-x64/etc/akabei.d/keyring/
--trust-model
always
--import
/usr/share/chakra/signatures/
*
.asc
for
key
in
EBC85A93 26C56140 BF2412F9 02238B03 B6611E8A C51B9BC2 D417608D F906E3F4 4CA5A1FF 82AC496A
;
do
for
key
in
EBC85A93 26C56140 BF2412F9 02238B03 B6611E8A C51B9BC2 D417608D F906E3F4 4CA5A1FF 82AC496A
;
do
sudo
gpg
--homedir
.
./buildroot/_chroots/master-x64/etc/akabei.d/keyring
--recv-keys
--keyserver
keys.gnupg.net
$key
sudo
gpg
--homedir
./buildroot/_chroots/master-x64/etc/akabei.d/keyring
--recv-keys
--keyserver
keys.gnupg.net
$key
printf
'trust\n5\ny\quit\n'
|
sudo
gpg
--homedir
../buildroot/_chroots/master-x64/etc/akabei.d/keyring
--no-permission-warning
--command-fd
0
--edit-key
$key
printf
'trust\n5\ny\quit\n'
|
sudo
gpg
--homedir
../buildroot/_chroots/master-x64/etc/akabei.d/keyring
--no-permission-warning
--command-fd
0
--edit-key
$key
done
done
sudo
gpg
--homedir
./buildroot/_chroots/master-x64/etc/akabei.d/keyring
--list-keys
# show the current imported keys
# show the current imported keys
sudo
gpg
--homedir
../buildroot/_chroots/master-x64/etc/akabei.d/keyring
--list-keys
# set one more permission to make polkit work correctly
# set one more permission to make polkit work correctly
sudo chown
root:root ./buildroot/_chroots/master-x64/etc/akabei.d/
sudo chown
root:root ./buildroot/_chroots/master-x64/etc/akabei.d/
...
...
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