Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
provision
Commits
33178cf5
Commit
33178cf5
authored
Jun 20, 2011
by
anarcat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix variable in autobuilder
parent
b0b0e383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
debian/rules
debian/rules
+3
-2
No files found.
debian/rules
View file @
33178cf5
...
...
@@ -79,13 +79,14 @@ binary: binary-indep binary-arch
jenkins-build-official
:
git-buildpackage
--git-upstream-branch
=
origin/upstream
--git-debian-branch
=
origin/debian
--git-ignore-branch
-kjenkins
@ci.aegirproject.org
version
=
`
git describe
--match
'debian/*'
--tags
|
sed
's#debian/##;s/-\([0-9]*\)-\([0-9]*\)-/-\1+\2/'
`
# this builds a debian package but first updates the branches to follow the latest 1.x branch
jenkins-build-auto
:
git checkout
-b
upstream
||
git checkout upstream
git merge 6.x-1.x
git checkout
-b
debian
||
git checkout debian
git merge upstream
version
=
`
git describe
--match
'debian/*'
--tags
|
sed
's#debian/##;s/-\([0-9]*\)-\([0-9]*\)-/-\1+\2/'
`
dch
-v
$version
"automatic jenkins build"
dch
-v
${version}
"automatic jenkins build"
git commit
-m
"dummy commit for
$version
autobuild"
debian/changelog
git-buildpackage
-kjenkins
@ci.aegirproject.org
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment