Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
45
Issue boards
Milestones
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
trisquel
package-helpers
Commits
aca76216
There was a problem handling the pipeline data.
Commit
aca76216
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
config: revert tmp disable version naming
parent
7a41aa50
No related branches found
No related tags found
1 merge request
!913
config: revert tmp disable version naming
Pipeline
#723
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/config
+4
-4
4 additions, 4 deletions
helpers/config
with
4 additions
and
4 deletions
helpers/config
+
4
−
4
View file @
aca76216
...
@@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm
...
@@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm
cd source
cd source
UPSTREAMVERSION
=
$(
dpkg-parsechangelog
--show-field
Version
)
UPSTREAMVERSION
=
$(
dpkg-parsechangelog
--show-field
Version
)
#
if echo $UPSTREAMVERSION | grep -q '-'; then
if
echo
$UPSTREAMVERSION
|
grep
-q
'-'
;
then
export
FULLVERSION
=
$(
dpkg-parsechangelog
--show-field
Version
)
+
${
REVISION
}
trisquel
${
VERSION
}
export
FULLVERSION
=
$(
dpkg-parsechangelog
--show-field
Version
)
+
${
REVISION
}
trisquel
${
VERSION
}
#
else
else
#
export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
export
FULLVERSION
=
$(
dpkg-parsechangelog
--show-field
Version
)
-
${
REVISION
}
trisquel
${
VERSION
}
#
fi
fi
# Use 3.0 (native) deb source format
# Use 3.0 (native) deb source format
[
-f
debian/source/format
]
&&
echo
"3 (native)"
>
debian/source/format
[
-f
debian/source/format
]
&&
echo
"3 (native)"
>
debian/source/format
...
...
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