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
Container Registry
Model registry
Operate
Environments
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
Oleg Titov
aports
Commits
9ea69354
Commit
9ea69354
authored
5 years ago
by
Oleg Titov
Browse files
Options
Downloads
Patches
Plain Diff
testing/go-ipfs: use chmod-clean
Replace cleanup_srcdir() with chmod-clean option
parent
35b36583
No related branches found
No related tags found
No related merge requests found
Pipeline
#6338
passed
5 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/go-ipfs/APKBUILD
+1
-7
1 addition, 7 deletions
testing/go-ipfs/APKBUILD
with
1 addition
and
7 deletions
testing/go-ipfs/APKBUILD
+
1
−
7
View file @
9ea69354
...
...
@@ -9,7 +9,7 @@ arch="x86_64 x86 aarch64 armhf armv7"
license
=
"MIT Apache-2.0"
pkgusers
=
"ipfs"
pkggroups
=
"ipfs"
options
=
"!check"
# No test suite from upstream
options
=
"
chmod-clean
!check"
# No test suite from upstream
makedepends
=
"make go bash binutils-gold git gx gx-go"
install
=
"
$pkgname
.pre-install
$pkgname
.post-install"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc
$pkgname
-bash-completion:bashcomp:noarch"
...
...
@@ -58,12 +58,6 @@ bashcomp() {
"
$subpkgdir
"
/usr/share/bash-completion/completions/
$pkgname
}
cleanup_srcdir
()
{
[
-d
src
]
&&
chmod
-R
+w src
;
go clean
-modcache
;
default_cleanup_srcdir
}
sha512sums
=
"e763870c9bcb5167a423b11d03989398d598bfc70a2852f7d752f789e2f7c7fc424277ef99abef65c5b2bcbbd17f471ad751fb969daf177e3d68411e630c0b1d go-ipfs-0.4.23.tar.gz
3e51e9a3dca1b991e8549f8354f7c2cfd1bb9b73d7a59557878d5c9ab4189988676d789172af3ba1fd57193ec48ca9125919507b0de7d0400ce0d6166622e556 ipfs.initd
c55afeb3efe381d18258ddf00f58325b77156375cf223fb2daa049df056efe22e9139cce0f81dc4c73759dad5097af5f3201414beb5950bd894df9ae8c7c4ed1 ipfs.confd"
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