Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dockerd-66serv
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
observice
dockerd-66serv
Commits
61d474bc
Commit
61d474bc
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 0.2.0-1
parent
53202c90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
version/0.2.0-1/LICENSE
+15
-0
15 additions, 0 deletions
version/0.2.0-1/LICENSE
version/0.2.0-1/PKGBUILD
+58
-0
58 additions, 0 deletions
version/0.2.0-1/PKGBUILD
version/0.2.0-1/dockerd
+18
-0
18 additions, 0 deletions
version/0.2.0-1/dockerd
with
91 additions
and
0 deletions
version/0.2.0-1/LICENSE
0 → 100644
+
15
−
0
View file @
61d474bc
Copyright (c) 2015-2020 Eric Vidal <eric@obarun.org>
Copyright (c) 2015-2020 Jean-Michel T.Dydak <jean-michel@obarun.org>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
This diff is collapsed.
Click to expand it.
version/0.2.0-1/PKGBUILD
0 → 100644
+
58
−
0
View file @
61d474bc
# Obarun : 66 init/supervisor
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# PkgSource : url="https://framagit.org/pkg/observice/dockerd-66serv"
#--------------------------------------------------------------------------------------
service
=
dockerd
pkgbase
=
dockerd
pkgname
=
"
${
pkgbase
}
"
-66serv
pkgdesc
=
"
${
pkgbase
}
service for 66 tools"
pkgver
=
0.2.0
pkgrel
=
1
url
=
"https://framagit.org/pkg/observice/
${
pkgbase
}
-66serv.git"
track
=
branch
target
=
master
source
=(
"
${
pkgname
}
::git+
${
url
}
#
${
track
}
=
${
target
}
"
)
#------------------------------BUILD CONFIGURATION----------------------
makedepends
=(
'git'
)
#--------------------------------------------------------------------------------------
prepare
()
{
cd
"
${
pkgname
}
/trunk"
sed
"s:@VERSION@:
${
pkgver
}
:"
-i
"
${
service
}
"
}
#------------------------------PACKAGE----------------------------------
package
()
{
cd
"
${
pkgname
}
/trunk"
install
-Dm
0644
${
service
}
"
${
pkgdir
}
"
/usr/lib/66/service/
${
service
}
install
-Dm
0644 LICENSE
"
${
pkgdir
}
"
/usr/share/licenses/
"
${
pkgname
}
"
/LICENSE
}
#------------------------------INSTALL CONFIGURATION--------------------
arch
=(
'x86_64'
)
depends
=(
'66>=0.3.0.0'
'66-tools>=0.0.5.0'
"docker"
)
#-------------------------------SECURITY AND LICENCE--------------------
sha512sums
=(
'SKIP'
)
license
=(
'ISC'
)
This diff is collapsed.
Click to expand it.
version/0.2.0-1/dockerd
0 → 100644
+
18
−
0
View file @
61d474bc
[main]
@type = classic
@version = @VERSION@
@description = "dockerd service"
@options = ( log env )
@user = ( root )
@maxdeath = 3
[start]
@build = auto
@execute = (
execl-toc -S ${socket} -m 0660
if { chown root:docker ${socket} }
dockerd -H unix://${socket}
)
[environment]
socket=!/run/docker.sock
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