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
8666d601
Commit
8666d601
authored
14 years ago
by
Christian Goetze (CG)
Browse files
Options
Downloads
Patches
Plain Diff
fix mixup in "last_built_variant" vs "last_built_arch".
parent
75362fc4
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
+6
-6
6 additions, 6 deletions
build.sh
with
6 additions
and
6 deletions
build.sh
+
6
−
6
View file @
8666d601
...
@@ -32,19 +32,19 @@ build_dir_CYGWIN()
...
@@ -32,19 +32,19 @@ build_dir_CYGWIN()
installer_Darwin
()
installer_Darwin
()
{
{
ls
-1td
"
$(
build_dir_Darwin
${
last_built_ar
ch
:-
Release
}
)
/newview/"
*
.dmg 2>/dev/null |
sed
1q
ls
-1td
"
$(
build_dir_Darwin
${
last_built_
v
ar
iant
:-
Release
}
)
/newview/"
*
.dmg 2>/dev/null |
sed
1q
}
}
installer_Linux
()
installer_Linux
()
{
{
ls
-1td
"
$(
build_dir_Linux
${
last_built_ar
ch
:-
Release
}
)
/newview/"
*
.tar.bz2 2>/dev/null |
sed
1q
ls
-1td
"
$(
build_dir_Linux
${
last_built_
v
ar
iant
:-
Release
}
)
/newview/"
*
.tar.bz2 2>/dev/null |
sed
1q
}
}
installer_CYGWIN
()
installer_CYGWIN
()
{
{
d
=
$(
build_dir_CYGWIN
${
last_built_ar
ch
:-
Release
}
)
d
=
$(
build_dir_CYGWIN
${
last_built_
v
ar
iant
:-
Release
}
)
p
=
$(
sed
's:.*=::'
"
$d
/newview/
${
last_built_ar
ch
:-
Release
}
/touched.bat"
)
p
=
$(
sed
's:.*=::'
"
$d
/newview/
${
last_built_
v
ar
iant
:-
Release
}
/touched.bat"
)
echo
"
$d
/newview/
${
last_built_ar
ch
:-
Release
}
/
$p
"
echo
"
$d
/newview/
${
last_built_
v
ar
iant
:-
Release
}
/
$p
"
}
}
pre_build
()
pre_build
()
...
@@ -280,7 +280,7 @@ then
...
@@ -280,7 +280,7 @@ then
upload_item installer
"
$package
"
binary/octet-stream
upload_item installer
"
$package
"
binary/octet-stream
# Upload crash reporter files.
# Upload crash reporter files.
case
"
$last_built_ar
ch
"
in
case
"
$last_built_
v
ar
iant
"
in
Release
)
Release
)
for
symbolfile
in
$symbolfiles
for
symbolfile
in
$symbolfiles
do
do
...
...
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