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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
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 Viewer
Alchemy Viewer
Commits
b7d79806
Commit
b7d79806
authored
8 years ago
by
Oz Linden
Browse files
Options
Downloads
Plain Diff
merge trunk changes
parents
be69197e
6ef55541
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+4
-2
4 additions, 2 deletions
build.sh
with
4 additions
and
2 deletions
build.sh
+
4
−
2
View file @
b7d79806
...
@@ -47,7 +47,8 @@ viewer_channel_suffix()
...
@@ -47,7 +47,8 @@ viewer_channel_suffix()
installer_Darwin
()
installer_Darwin
()
{
{
local
package_name
=
"
$1
"
local
package_name
=
"
$1
"
local
package_dir
=
"newview/
$(
build_dir_Darwin
${
last_built_variant
:-
Release
}
)
/"
local
variant
=
${
last_built_variant
:-
Release
}
local
package_dir
=
"
$(
build_dir_Darwin
)
/newview/
${
variant
}
/"
local
pattern
=
".*
$(
viewer_channel_suffix
${
package_name
}
)
_[0-9]+_[0-9]+_[0-9]+_[0-9]+_x86_64
\\
.dmg
\$
"
local
pattern
=
".*
$(
viewer_channel_suffix
${
package_name
}
)
_[0-9]+_[0-9]+_[0-9]+_[0-9]+_x86_64
\\
.dmg
\$
"
# since the additional packages are built after the base package,
# since the additional packages are built after the base package,
# sorting oldest first ensures that the unqualified package is returned
# sorting oldest first ensures that the unqualified package is returned
...
@@ -59,7 +60,8 @@ installer_Darwin()
...
@@ -59,7 +60,8 @@ installer_Darwin()
installer_Linux
()
installer_Linux
()
{
{
local
package_name
=
"
$1
"
local
package_name
=
"
$1
"
local
package_dir
=
"newview/
$(
build_dir_Linux
${
last_built_variant
:-
Release
}
)
/"
local
variant
=
${
last_built_variant
:-
Release
}
local
package_dir
=
"
$(
build_dir_Linux
)
/newview/
${
variant
}
/"
local
pattern
=
".*
$(
viewer_channel_suffix
${
package_name
}
)
_[0-9]+_[0-9]+_[0-9]+_[0-9]+_i686
\\
.tar
\\
.bz2
\$
"
local
pattern
=
".*
$(
viewer_channel_suffix
${
package_name
}
)
_[0-9]+_[0-9]+_[0-9]+_[0-9]+_i686
\\
.tar
\\
.bz2
\$
"
# since the additional packages are built after the base package,
# since the additional packages are built after the base package,
# sorting oldest first ensures that the unqualified package is returned
# sorting oldest first ensures that the unqualified package is returned
...
...
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