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
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
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
Ilya Kheifets
aports
Commits
01b9899a
Commit
01b9899a
authored
5 months ago
by
Patrycja Rosa
Committed by
Patrycja Rosa
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
CODINGSTYLE.md: update for maintainer= variable
see
alpine/abuild!318
parent
bacc9f3b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CODINGSTYLE.md
+10
-6
10 additions, 6 deletions
CODINGSTYLE.md
with
10 additions
and
6 deletions
CODINGSTYLE.md
+
10
−
6
View file @
01b9899a
...
...
@@ -142,12 +142,7 @@ APKBUILDs.
### Maintainer Comment
*
All APKBUILDs contain exactly one maintainer comment containing a
valid RFC 5322 address. For example,
`# Maintainer: Max Mustermann
<max@example.org>`
.
*
The Maintainer comment should immediately follow the Contributor comment(s).
*
In the case of package being abandoned, the comment should still be present,
but left empty:
`# Maintainer:`
.
*
Deprecated, see
*Maintainer Variable*
below.
## Metadata Variables
...
...
@@ -158,6 +153,15 @@ Metadata Variables are variables used directly by abuild itself, e.g. `pkgname`
*
`pkgname`
must only contain lowercase characters.
*
`pkgname`
must match the name of the directory the
`APKBUILD`
file is located in.
### Maintainer Variable
*
All APKBUILDs should contain exactly one variable named
`maintainer`
,
containing a valid RFC 5322 address. For example,
`maintainer="Max Mustermann <max@example.org>"`
.
*
`maintainer`
should immediately follow the Contributor comment(s), above
`pkgname`
.
*
In the case of package being abandoned, the variable should still be present,
but left empty:
`maintainer=""`
.
### Variable Assignments
*
Empty Metadata Variable assignments, e.g.
`install=""`
must be removed.
...
...
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