Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
94c5b2b5
Commit
94c5b2b5
authored
Dec 19, 2013
by
-f
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics
parent
3f212968
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
23 deletions
+10
-23
buildDebianPackage.sh
buildDebianPackage.sh
+10
-23
No files found.
buildDebianPackage.sh
View file @
94c5b2b5
...
...
@@ -32,7 +32,6 @@ initializeVariables()
{
APPLICATION_NAME
=
"OpenBoard"
MAKE_TAG
=
true
CREATE_DIENA_DISTRIBUTION_ZIP
=
false
STANDARD_QT_USED
=
false
PRODUCT_PATH
=
"build/linux/release/product"
...
...
@@ -159,9 +158,6 @@ do
if
[
$var
==
"notag"
]
;
then
MAKE_TAG
=
false
;
fi
if
[
$var
==
"diena"
]
;
then
CREATE_DIENA_DISTRIBUTION_ZIP
=
true
;
fi
done
...
...
@@ -422,13 +418,4 @@ rm -rf $BASE_WORKING_DIR
notifyProgress
"
${
APPLICATION_NAME
}
"
"Package built"
if
[
$CREATE_DIENA_DISTRIBUTION_ZIP
==
true
]
;
then
ZIP_NAME
=
"
${
APPLICATION_NAME
}
_
`
lsb_release
-is
`
_
`
lsb_release
-rs
`
_
${
VERSION
}
_
${
ARCHITECTURE
}
.zip"
cd install
/linux
$ZIP_PATH
-1
--junk-paths
${
ZIP_NAME
}
${
DEBIAN_PACKAGE_NAME
}
../../ReleaseNotes.pdf ../../JournalDesModifications.pdf
cd
-
notifyProgress
"
${
APPLICATION_NAME
}
"
"Build Diena zip file for distribution"
fi
exit
0
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