Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
crond-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
crond-66serv
Commits
2d7df97d
Commit
2d7df97d
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 0.2.0-1
parent
2cfd6e6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.id
+0
-1
0 additions, 1 deletion
.id
trunk/LICENSE
+1
-1
1 addition, 1 deletion
trunk/LICENSE
trunk/PKGBUILD
+25
-8
25 additions, 8 deletions
trunk/PKGBUILD
trunk/crond
+3
-3
3 additions, 3 deletions
trunk/crond
with
29 additions
and
13 deletions
.id
deleted
100644 → 0
+
0
−
1
View file @
2cfd6e6f
48494
This diff is collapsed.
Click to expand it.
trunk/LICENSE
+
1
−
1
View file @
2d7df97d
Copyright (c) 2015-20
19
Jean-Michel T.Dydak <jean-michel@obarun.org>
Copyright (c) 2015-20
20
Jean-Michel T.Dydak <jean-michel@obarun.org>
All rights reserved.
Permission to use, copy, modify, and/or distribute this software for any
...
...
This diff is collapsed.
Click to expand it.
trunk/PKGBUILD
+
25
−
8
View file @
2d7df97d
...
...
@@ -6,25 +6,30 @@
service
=
crond
pkgname
=
crond-66serv
pkgver
=
0.1.2
pkgrel
=
1
pkgdesc
=
"crond service for 66 tools"
arch
=(
'x86_64'
)
pkgver
=
0.2.0
pkgrel
=
1
url
=
"https://framagit.org/pkg/observice/
${
pkgname
}
.git"
license
=(
'ISC'
)
track
=
branch
target
=
master
source
=(
"
${
pkgname
}
::git+
${
url
}
#
${
track
}
=
${
target
}
"
)
depends
=(
'66'
'cronie'
)
makedepends
=(
'git'
)
#--------------------------------------------------------------------------------------
prepare
()
{
cd
"
${
pkgname
}
/trunk"
sed
"s:@VERSION@:
${
pkgver
}
:"
-i
"
${
service
}
"
}
#--------------------------------------------------------------------------------------
package
()
{
cd
"
${
pkgname
}
/trunk"
...
...
@@ -33,4 +38,16 @@ package() {
}
#--------------------------------------------------------------------------------------
arch
=(
'x86_64'
)
depends
=(
'66>=0.3.0.0'
'66-tools>=0.0.5.0'
'cronie'
)
#--------------------------------------------------------------------------------------
sha512sums
=(
'SKIP'
)
license
=(
'ISC'
)
This diff is collapsed.
Click to expand it.
trunk/crond
+
3
−
3
View file @
2d7df97d
[main]
@type = classic
@type = classic
@version = @VERSION@
@description = "cron daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = (
execl-cmdline -s { crond ${cmd_args} } )
@execute = ( execl-cmdline -s { crond ${cmd_args} } )
[environment]
cmd_args=!-n -m off
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