Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
XDG Integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
JennaHuntsman
XDG Integration
Commits
0c60dea9
Commit
0c60dea9
authored
8 years ago
by
Oz Linden
Browse files
Options
Downloads
Patches
Plain Diff
update calls to new codeticket
parent
3e16c29e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+10
-10
10 additions, 10 deletions
build.sh
with
10 additions
and
10 deletions
build.sh
+
10
−
10
View file @
0c60dea9
...
@@ -209,7 +209,7 @@ then
...
@@ -209,7 +209,7 @@ then
fi
fi
initialize_context
initialize_context
codeticket addinput
parameter
"v
iewer
_c
hannel"
"
${
viewer_channel
}
"
python_cmd
"
$helpers
/
codeticket
.py"
addinput
"V
iewer
C
hannel"
"
${
viewer_channel
}
"
initialize_build
initialize_build
# Now run the build
# Now run the build
...
@@ -246,7 +246,7 @@ do
...
@@ -246,7 +246,7 @@ do
if
[
-r
"
$build_dir
/autobuild-package.xml"
]
if
[
-r
"
$build_dir
/autobuild-package.xml"
]
then
then
begin_section
"Autobuild metadata"
begin_section
"Autobuild metadata"
python_cmd
"
$helpers
/codeticket.py"
output
--label
"a
utobuild
m
etadata"
--output
"
$build_dir
/autobuild-package.xml"
--mimetype
text/xml
python_cmd
"
$helpers
/codeticket.py"
add
output
"A
utobuild
M
etadata"
"
$build_dir
/autobuild-package.xml"
--mimetype
text/xml
if
[
"
$arch
"
!=
"Linux"
]
if
[
"
$arch
"
!=
"Linux"
]
then
then
record_dependencies_graph
"
$build_dir
/autobuild-package.xml"
# defined in buildscripts/hg/bin/build.sh
record_dependencies_graph
"
$build_dir
/autobuild-package.xml"
# defined in buildscripts/hg/bin/build.sh
...
@@ -262,12 +262,12 @@ do
...
@@ -262,12 +262,12 @@ do
if
[
-r
"
$build_dir
/doxygen_warnings.log"
]
if
[
-r
"
$build_dir
/doxygen_warnings.log"
]
then
then
record_event
"Doxygen warnings generated; see doxygen_warnings.log"
record_event
"Doxygen warnings generated; see doxygen_warnings.log"
python_cmd
"
$helpers
/codeticket.py"
output
--label
"d
oxygen
l
og"
--output
"
$build_dir
/doxygen_warnings.log"
--mimetype
text/plain
## TBD
python_cmd
"
$helpers
/codeticket.py"
add
output
"D
oxygen
L
og"
"
$build_dir
/doxygen_warnings.log"
--mimetype
text/plain
## TBD
fi
fi
if
[
-d
"
$build_dir
/doxygen/html"
]
if
[
-d
"
$build_dir
/doxygen/html"
]
then
then
tar
-c
-f
"
$build_dir
/viewer-doxygen.tar.bz2"
--strip-components
3
"
$build_dir
/doxygen/html"
tar
-c
-f
"
$build_dir
/viewer-doxygen.tar.bz2"
--strip-components
3
"
$build_dir
/doxygen/html"
python_cmd
"
$helpers
/codeticket.py"
output
--label
"doxygen"
--output
"
$build_dir
/viewer-doxygen.tar.bz2"
python_cmd
"
$helpers
/codeticket.py"
add
output
"Doxygen Tarball"
"
$build_dir
/viewer-doxygen.tar.bz2"
fi
fi
;;
;;
*
)
*
)
...
@@ -329,11 +329,11 @@ then
...
@@ -329,11 +329,11 @@ then
begin_section
"Upload Debian Repository"
begin_section
"Upload Debian Repository"
for
deb_file
in
`
/bin/ls ../packages_public/
*
.deb ../
*
.deb 2>/dev/null
`
;
do
for
deb_file
in
`
/bin/ls ../packages_public/
*
.deb ../
*
.deb 2>/dev/null
`
;
do
deb_pkg
=
$(
basename
"
$deb_file
"
|
sed
's,_.*,,'
)
deb_pkg
=
$(
basename
"
$deb_file
"
|
sed
's,_.*,,'
)
python_cmd
"
$helpers
/codeticket.py"
output
--label
"
d
ebian
$deb_pkg
"
--output
$deb_file
python_cmd
"
$helpers
/codeticket.py"
add
output
"
D
ebian
$deb_pkg
"
$deb_file
done
done
for
deb_file
in
`
/bin/ls ../packages_private/
*
.deb 2>/dev/null
`
;
do
for
deb_file
in
`
/bin/ls ../packages_private/
*
.deb 2>/dev/null
`
;
do
deb_pkg
=
$(
basename
"
$deb_file
"
|
sed
's,_.*,,'
)
deb_pkg
=
$(
basename
"
$deb_file
"
|
sed
's,_.*,,'
)
python_cmd
"
$helpers
/codeticket.py"
output
--label
"
d
ebian
$deb_pkg
"
--output
"
$deb_file
"
--private
python_cmd
"
$helpers
/codeticket.py"
add
output
"
D
ebian
$deb_pkg
"
"
$deb_file
"
--private
done
done
create_deb_repo
create_deb_repo
...
@@ -369,7 +369,7 @@ then
...
@@ -369,7 +369,7 @@ then
succeeded
=
$build_coverity
succeeded
=
$build_coverity
else
else
# Upload base package.
# Upload base package.
python_cmd
"
$helpers
/codeticket.py"
output
--label
i
nstaller
--output
"
$package
"
python_cmd
"
$helpers
/codeticket.py"
add
output
I
nstaller
--output
"
$package
"
# Upload additional packages.
# Upload additional packages.
for
package_id
in
$additional_packages
for
package_id
in
$additional_packages
...
@@ -377,7 +377,7 @@ then
...
@@ -377,7 +377,7 @@ then
package
=
$(
installer_
$arch
"
$package_id
"
)
package
=
$(
installer_
$arch
"
$package_id
"
)
if
[
x
"
$package
"
!=
x
]
if
[
x
"
$package
"
!=
x
]
then
then
python_cmd
"
$helpers
/codeticket.py"
output
--label
"i
nstaller
$package_id
"
--output
"
$package
"
--private
python_cmd
"
$helpers
/codeticket.py"
add
output
"I
nstaller
$package_id
"
"
$package
"
else
else
record_failure
"Failed to find additional package for '
$package_id
'."
record_failure
"Failed to find additional package for '
$package_id
'."
fi
fi
...
@@ -388,7 +388,7 @@ then
...
@@ -388,7 +388,7 @@ then
# Upload crash reporter files
# Upload crash reporter files
for
symbolfile
in
$symbolfiles
for
symbolfile
in
$symbolfiles
do
do
python_cmd
"
$helpers
/codeticket.py"
output
--label
symbolfile
--output
"
$build_dir
/
$symbolfile
"
python_cmd
"
$helpers
/codeticket.py"
add
output
"Symbolfile
$(
basename
"
$build_dir
/
$
symbolfile
"
)
"
"
$build_dir
/
$symbolfile
"
done
done
# Upload the llphysicsextensions_tpv package, if one was produced
# Upload the llphysicsextensions_tpv package, if one was produced
...
@@ -396,7 +396,7 @@ then
...
@@ -396,7 +396,7 @@ then
if
[
-r
"
$build_dir
/llphysicsextensions_package"
]
if
[
-r
"
$build_dir
/llphysicsextensions_package"
]
then
then
llphysicsextensions_package
=
$(
cat
$build_dir
/llphysicsextensions_package
)
llphysicsextensions_package
=
$(
cat
$build_dir
/llphysicsextensions_package
)
python_cmd
"
$helpers
/codeticket.py"
output
--label
"llphysicsextensions_package"
--output
"
$llphysicsextensions_package
"
--private
python_cmd
"
$helpers
/codeticket.py"
add
output
"llphysicsextensions_package"
"
$llphysicsextensions_package
"
--private
fi
fi
;;
;;
*
)
*
)
...
...
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