Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
21a556b3
Commit
21a556b3
authored
Apr 26, 2015
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/roll-tarballs.sh: use more curly braces.
Prevents random characters as being treated as part of a variable name.
parent
cf918191
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
roll-tarballs.sh
debian/roll-tarballs.sh
+3
-3
No files found.
debian/roll-tarballs.sh
View file @
21a556b3
...
...
@@ -56,7 +56,7 @@ if [ x"$RELEASE" == "xHEAD" ]; then
fi
if
!
git rev-parse
--verify
-q
"
$CHECKOUT
"
>
/dev/null
;
then
echo
" '
${
RELEASE
}
' is not a valid release number because there is no git tag named
$
CHECKOUT
."
echo
" '
${
RELEASE
}
' is not a valid release number because there is no git tag named
$
{
CHECKOUT
}
."
echo
" Please specify one of the following releases:"
echo
"HEAD"
git tag
-l
|
grep
"^redist"
|
cut
-f2
-d
"/"
|
sort
-u
...
...
@@ -75,7 +75,7 @@ git archive --format=tar "${CHECKOUT}" --prefix="${PROJECT}-${RELEASE}/" | ( cd
echo
"Created tarball for
$CHECKOUT
"
cd
"
$
TEMP_DIR
/
${
PROJECT
}
-
${
RELEASE
}
/"
cd
"
$
{
TEMP_DIR
}
/
${
PROJECT
}
-
${
RELEASE
}
/"
mkdir
-p
"doc/applied-patches"
...
...
@@ -119,7 +119,7 @@ rm -Rf nx*/configure nx*/autom4te.cache*
cd
"
$OLDPWD
"
# create target location for tarball
mkdir
-p
"
$
TARGETDIR
/_releases_/source/
${
PROJECT
}
/"
mkdir
-p
"
$
{
TARGETDIR
}
/_releases_/source/
${
PROJECT
}
/"
# roll the ball...
cd
"
$TEMP_DIR
"
...
...
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