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
Jakub Panek
aports
Commits
e1339a9b
Commit
e1339a9b
authored
11 years ago
by
Jim Pryor
Committed by
Natanael Copa
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
various: add descriptions, attribution, license
parent
3417b45a
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
abuild-sudo.c
+9
-0
9 additions, 0 deletions
abuild-sudo.c
abump.in
+6
-0
6 additions, 0 deletions
abump.in
apkgrel.in
+6
-0
6 additions, 0 deletions
apkgrel.in
checkapk.in
+6
-0
6 additions, 0 deletions
checkapk.in
with
27 additions
and
0 deletions
abuild-sudo.c
+
9
−
0
View file @
e1339a9b
/* abuild-sudo.c - limited root privileges for users in "abuild" group
*
* Copyright (C) 2012 Natanael Copa <ncopa@alpinelinux.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation. See http://www.gnu.org/ for details.
*/
#include
<sys/types.h>
...
...
This diff is collapsed.
Click to expand it.
abump.in
+
6
−
0
View file @
e1339a9b
#!/bin/sh
# abump - bump pkgver in APKBUILDs
# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org>
#
# Distributed under GPL-2
#
program
=
${
0
##*/
}
die
()
{
...
...
This diff is collapsed.
Click to expand it.
apkgrel.in
+
6
−
0
View file @
e1339a9b
#!/bin/sh
# apkgrel - display or bump pkgrel in APKBUILDs
# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org>
#
# Distributed under GPL-2
#
program
=
${
0
##*/
}
do_show
()
{
...
...
This diff is collapsed.
Click to expand it.
checkapk.in
+
6
−
0
View file @
e1339a9b
#!/bin/sh
# checkapk - find ABI breakages in package upgrades
# Copyright (c) 2012 Natanael Copa <natanael.copa@gmail.com>
#
# Distributed under GPL-2
#
die
()
{
echo
"
$@
"
>
&2
exit
1
...
...
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