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
72c5076d
Commit
72c5076d
authored
15 years ago
by
Christian Goetze
Browse files
Options
Downloads
Patches
Plain Diff
Working around DEV-30401 by yanking the etch 32bit build code until the viewer also builds on etch
parent
c7c34d9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.xml
+0
-7
0 additions, 7 deletions
install.xml
scripts/install.py
+1
-1
1 addition, 1 deletion
scripts/install.py
with
1 addition
and
8 deletions
install.xml
+
0
−
7
View file @
72c5076d
...
@@ -920,13 +920,6 @@ anguage Infrstructure (CLI) international standard</string>
...
@@ -920,13 +920,6 @@ anguage Infrstructure (CLI) international standard</string>
<string>
gpl
</string>
<string>
gpl
</string>
<key>
packages
</key>
<key>
packages
</key>
<map>
<map>
<key>
linux
</key>
<map>
<key>
md5sum
</key>
<string>
cc86b4cc858655e23704d1168325d7b9
</string>
<key>
url
</key>
<uri>
scp:install-packages.lindenlab.com:/local/www/install-packages/doc/mysqlclient-linux-20090320.tar.bz2
</uri>
</map>
<key>
darwin
</key>
<key>
darwin
</key>
<map>
<map>
<key>
md5sum
</key>
<key>
md5sum
</key>
...
...
This diff is collapsed.
Click to expand it.
scripts/install.py
+
1
−
1
View file @
72c5076d
...
@@ -779,7 +779,7 @@ def _get_platform():
...
@@ -779,7 +779,7 @@ def _get_platform():
# TODO -- someday when install.py accepts a platform of the form
# TODO -- someday when install.py accepts a platform of the form
# os/arch/compiler/compiler_version then we can replace the
# os/arch/compiler/compiler_version then we can replace the
# 'linux64' platform with 'linux/x86_64/gcc/4.1'
# 'linux64' platform with 'linux/x86_64/gcc/4.1'
this_platform
=
'
linux
'
this_platform
=
'
linux
64
'
return
this_platform
return
this_platform
def
_getuser
():
def
_getuser
():
...
...
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