Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kadeploy
Manage
Activity
Members
Labels
Plan
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
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
grid5000
kadeploy
Commits
1ab6dac4
Commit
1ab6dac4
authored
8 years ago
by
JEANVOINE Emmanuel
Browse files
Options
Downloads
Patches
Plain Diff
Fixed version issue
parent
64f92a77
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Rakefile
+8
-0
8 additions, 0 deletions
Rakefile
conf/version
+0
-1
0 additions, 1 deletion
conf/version
with
8 additions
and
1 deletion
Rakefile
+
8
−
0
View file @
1ab6dac4
...
...
@@ -593,8 +593,15 @@ kadeploy (#{VERSION}) unstable; urgency=low
end
end
def
create_version
File
::
open
(
'conf/version'
,
'w'
)
do
|
fd
|
fd
.
puts
VERSION
end
end
desc
"Build Debian package (normal)"
task
:debian
do
|
f
|
create_version
create_debian_changelog
puts
<<-
EOF
# Changelog entry generated.
...
...
@@ -616,6 +623,7 @@ end
desc
"Generate rpm package"
task
:rpm
,
[
:dir
]
=>
:build
do
create_version
sh
"mkdir -p
#{
File
.
join
(
D
[
:build
],
'SOURCES'
)
}
"
sh
"mv
#{
File
.
join
(
D
[
:build
],
'*'
)
}
#{
File
.
join
(
D
[
:build
],
'SOURCES'
)
}
|| true"
specs
=
File
.
read
(
File
.
join
(
D
[
:pkg
],
'redhat'
,
'kadeploy.spec.in'
))
...
...
This diff is collapsed.
Click to expand it.
conf/version
deleted
100644 → 0
+
0
−
1
View file @
64f92a77
3.3.10.stable
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