Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Alchemy Archive
Alchemy Viewer
Commits
e82743d9
Commit
e82743d9
authored
15 years ago
by
Tofu Linden
Browse files
Options
Downloads
Plain Diff
Merge.
parents
9e0920df
dcbe1004
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
indra/newview/viewer_manifest.py
+3
-3
3 additions, 3 deletions
indra/newview/viewer_manifest.py
with
3 additions
and
3 deletions
indra/newview/viewer_manifest.py
+
3
−
3
View file @
e82743d9
...
@@ -828,8 +828,8 @@ class LinuxManifest(ViewerManifest):
...
@@ -828,8 +828,8 @@ class LinuxManifest(ViewerManifest):
'
dst
'
:
self
.
get_dst_prefix
(),
'
dst
'
:
self
.
get_dst_prefix
(),
'
inst
'
:
self
.
build_path_of
(
installer_name
)})
'
inst
'
:
self
.
build_path_of
(
installer_name
)})
try
:
try
:
# only create tarball if it's
not a debug
build.
# only create tarball if it's
a release
build.
if
self
.
args
[
'
buildtype
'
].
lower
()
!
=
'
debug
'
:
if
self
.
args
[
'
buildtype
'
].
lower
()
=
=
'
release
'
:
# --numeric-owner hides the username of the builder for
# --numeric-owner hides the username of the builder for
# security etc.
# security etc.
self
.
run_command
(
'
tar -C %(dir)s --numeric-owner -cjf
'
self
.
run_command
(
'
tar -C %(dir)s --numeric-owner -cjf
'
...
@@ -861,7 +861,7 @@ class Linux_i686Manifest(LinuxManifest):
...
@@ -861,7 +861,7 @@ class Linux_i686Manifest(LinuxManifest):
pass
pass
if
(
self
.
args
[
'
buildtype
'
].
lower
()
!
=
'
debug
'
):
if
(
self
.
args
[
'
buildtype
'
].
lower
()
=
=
'
release
'
):
print
"
* packaging stripped viewer binary.
"
print
"
* packaging stripped viewer binary.
"
self
.
path
(
"
secondlife-stripped
"
,
"
bin/do-not-directly-run-secondlife-bin
"
)
self
.
path
(
"
secondlife-stripped
"
,
"
bin/do-not-directly-run-secondlife-bin
"
)
else
:
else
:
...
...
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