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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Maxim Karasev
aports
Commits
e3a8ec56
Commit
e3a8ec56
authored
11 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/alpine-conf: fix bug in setup-timezone opts parsing
parent
ea8a8d1a
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-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch
+25
-0
25 additions, 0 deletions
...conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch
main/alpine-conf/APKBUILD
+8
-4
8 additions, 4 deletions
main/alpine-conf/APKBUILD
with
33 additions
and
4 deletions
main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch
0 → 100644
+
25
−
0
View file @
e3a8ec56
From 762c6558e48409159fba7b12ce8fb0baf4e6e2f5 Mon Sep 17 00:00:00 2001
From: Eivind Uggedal <eivind@uggedal.com>
Date: Mon, 12 Aug 2013 22:26:16 +0200
Subject: [PATCH] setup-timezone: fix bug in getopts parsing
---
setup-timezone.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup-timezone.in b/setup-timezone.in
index 41d4f16..5034223 100755
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -47,7 +47,7 @@
while getopts "hp:z:" opt; do
case $opt in
h) usage;;
p) POSIXTZ="$OPTARG";;
- t) ZONEINFOFOLDER="$OPTARG";;
+ z) ZONEINFOFOLDER="$OPTARG";;
esac
done
--
1.8.4
This diff is collapsed.
Click to expand it.
main/alpine-conf/APKBUILD
+
8
−
4
View file @
e3a8ec56
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alpine-conf
pkgver
=
2.13.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Alpine configuration management scripts"
url
=
http://git.alpinelinux.org/cgit/
$pkgname
depends
=
"openrc"
source
=
"http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-
$pkgver
.tar.xz
0001-setup-timezone-fix-bug-in-getopts-parsing.patch
"
arch
=
"all"
...
...
@@ -36,6 +37,9 @@ package() {
ln
-s
lbu
"
$pkgdir
"
/sbin/lbu_
$i
done
}
md5sums
=
"29907dff864b4545e1fb5f49e08629bc alpine-conf-2.13.0.tar.xz"
sha256sums
=
"907c83a8fa1027e017fc84c7ff4bea62a41e7dcd2acd3ed7fa97ee1afc8a81ad alpine-conf-2.13.0.tar.xz"
sha512sums
=
"fb083d154cedbd9dfa5a2ab044e7ee29ecc58dfefe80bd3c1ca9eac9d080deece561cddea996278d7db42aae44fac4b00f19d32a23ec996fbf6a6c76b78b0e85 alpine-conf-2.13.0.tar.xz"
md5sums
=
"29907dff864b4545e1fb5f49e08629bc alpine-conf-2.13.0.tar.xz
048af5408622f8d9fd1dcae5c48c0122 0001-setup-timezone-fix-bug-in-getopts-parsing.patch"
sha256sums
=
"907c83a8fa1027e017fc84c7ff4bea62a41e7dcd2acd3ed7fa97ee1afc8a81ad alpine-conf-2.13.0.tar.xz
5e4dc989ab306444d470049a86225b976cdd73135bce805733c2218fd318029b 0001-setup-timezone-fix-bug-in-getopts-parsing.patch"
sha512sums
=
"fb083d154cedbd9dfa5a2ab044e7ee29ecc58dfefe80bd3c1ca9eac9d080deece561cddea996278d7db42aae44fac4b00f19d32a23ec996fbf6a6c76b78b0e85 alpine-conf-2.13.0.tar.xz
b437594aac79b3bd3a38bf43e7ade4b612cac4f09f0a2c9fa413ea21dea07fe575e24724e000586b596308bdd220afee93baeabcdbe3594c7ffa8f6d5efb83b1 0001-setup-timezone-fix-bug-in-getopts-parsing.patch"
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