mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-06 14:51:27 +00:00
Ensure the format for the package build will work right.
This commit is contained in:
parent
18f581836e
commit
f114439afc
@ -39,7 +39,11 @@
|
|||||||
<concurrentBuild>false</concurrentBuild>
|
<concurrentBuild>false</concurrentBuild>
|
||||||
<builders>
|
<builders>
|
||||||
<hudson.tasks.Shell>
|
<hudson.tasks.Shell>
|
||||||
<command>{{ SHELL_COMMAND }}</command>
|
<command>
|
||||||
|
git clone {{ UPSTREAM_URL }} upstream &&
|
||||||
|
export DATE="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)+git$(date +'%Y%m%d%H%M')" &&
|
||||||
|
echo $DATE
|
||||||
|
</command>
|
||||||
</hudson.tasks.Shell>
|
</hudson.tasks.Shell>
|
||||||
</builders>
|
</builders>
|
||||||
<publishers>
|
<publishers>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user