Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Shkenev
aports
Commits
0ae57083
Commit
0ae57083
authored
12 years ago
by
Carlo Landmeter
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-base: add repository key for eglibc
parent
c5118982
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/alpine-base/APKBUILD
+10
-5
10 additions, 5 deletions
main/alpine-base/APKBUILD
main/alpine-base/buildozer-50d1ba71.rsa.pub
+9
-0
9 additions, 0 deletions
main/alpine-base/buildozer-50d1ba71.rsa.pub
with
19 additions
and
5 deletions
main/alpine-base/APKBUILD
+
10
−
5
View file @
0ae57083
...
...
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-base
pkgver
=
2.6.0_alpha2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Meta package for minimal alpine base"
url
=
"http://alpinelinux.org"
arch
=
"noarch"
...
...
@@ -20,7 +20,7 @@ subpackages=
replaces
=
"alpine-baselayout"
source
=
"http://dev.alpinelinux.org/~ncopa/alpine/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
alpine-devel@lists.alpinelinux.org-4d07755e.rsa.pub
"
buildozer-50d1ba71.rsa.pub
"
build
()
{
return
0
...
...
@@ -29,8 +29,12 @@ build() {
package
()
{
# copy keys for repos
mkdir
-p
"
$pkgdir
"
/etc/apk/keys
install
-m644
"
$srcdir
"
/
*
.pub
"
$pkgdir
"
/etc/apk/keys/
install
-m644
"
$srcdir
"
/alpine-devel
*
.pub
\
"
$pkgdir
"
/etc/apk/keys/
||
return
1
if
[
"
$ALPINE_LIBC
"
=
"eglibc"
]
;
then
install
-m644
"
$srcdir
"
/buildozer-50d1ba71.rsa.pub
\
"
$pkgdir
"
/etc/apk/keys/
||
return
1
fi
# create /etc/alpine-release
echo
$pkgver
>
"
$pkgdir
"
/etc/alpine-release
...
...
@@ -43,4 +47,5 @@ EOF
}
md5sums
=
"75ee19ea2b03c12bc171647edc677f6f alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
ca7d06006181b625cf1ff4aefd51bd08 alpine-devel@lists.alpinelinux.org-4d07755e.rsa.pub"
ca7d06006181b625cf1ff4aefd51bd08 alpine-devel@lists.alpinelinux.org-4d07755e.rsa.pub
056daa8bf61a95a42971bf6c13bf300f buildozer-50d1ba71.rsa.pub"
This diff is collapsed.
Click to expand it.
main/alpine-base/buildozer-50d1ba71.rsa.pub
0 → 100644
+
9
−
0
View file @
0ae57083
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1fQ6oN0Q78rKw/sv5c1B
41LLWkdUG4nYa+6c8v45FcMYcVnSObtXGTG12ABjTfZwquEd9ubx1X/afKMwxeaQ
2x0zI5HtFueXZBPmV5XpfkrxjY23ubVY93LT+eqNf1En/inPZM4Bn9UGNXxceBU7
nVkDmmWuA/D2RTSjdF4JksuhAewT95yLqtNZLq5qNQ5ImKnlkao24415/2p3rHCl
8kH9YEBR1bQAh5HnCVX8k1D5ULuET2vEymA6H7byd60j0UcycgsJpHNNUueBPbSI
BtNvSDNSm/vV5AaWU/cIGmpBFxTlGUtEfH/0jWIVpWaI9ngYV78mU1N9df0vZ657
hQIDAQAB
-----END PUBLIC KEY-----
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment