Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
0d8d062f
Commit
0d8d062f
authored
Apr 10, 2016
by
Matthew Harrigan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #128 from jchodera/binstar
Fix BINSTAR_TOKEN so pdbfixer-dev upload works correctly.
parents
e63e7830
0896c6eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+1
-1
devtools/conda-recipe/meta.yaml
+1
-1
devtools/travis-ci/install.sh
+1
-1
No files found.
.travis.yml
View file @
0d8d062f
...
@@ -31,7 +31,7 @@ env:
...
@@ -31,7 +31,7 @@ env:
-
ORGNAME="omnia"
# the name of the organization
-
ORGNAME="omnia"
# the name of the organization
-
PACKAGENAME="pdbfixer"
# the name of your package
-
PACKAGENAME="pdbfixer"
# the name of your package
# encrypted BINSTAR_TOKEN for push of dev package to binstar
# encrypted BINSTAR_TOKEN for push of dev package to binstar
-
secure
:
"
T7qEO3BVXdEP3J4bqE8X882KrdGD4L0cwbAjX/SZMm8e8bG/qmv7XWkxIDp/HakR5GlGr3EBGQDJi5g2CbmFwHjxXMbZ4Y0a3dvoCvfdBNUpBZcjPSil2X976aEkTR1MAL8X7VjuY4lwogqO2WU7Kzm1QaFWjWEl1fV/zxHYN9w
="
-
secure
:
"
hhzbVwxc6bUUkvcU4SauCUSGUIwDHV5Mq7lNZkzhQOeOQOXBCoew3zl44qwLUUYbO+Hla/+U2UqxvXZ5vx4IJzvHcMJhXB6ZiNwc5hwZtvduWzmDJZ+ErASDsdvRCGXxDz90TkOxoL/Wy6lMr6OIMMosrjY6NJGotMiCB9IUDqY
="
after_success
:
after_success
:
-
echo "after_success"
-
echo "after_success"
...
...
devtools/conda-recipe/meta.yaml
View file @
0d8d062f
package
:
package
:
name
:
pdbfixer-dev
name
:
pdbfixer-dev
version
:
dev
version
:
0.0.0
build
:
build
:
entry_points
:
entry_points
:
...
...
devtools/travis-ci/install.sh
View file @
0d8d062f
...
@@ -3,7 +3,7 @@ pushd .
...
@@ -3,7 +3,7 @@ pushd .
cd
$HOME
cd
$HOME
# Install Miniconda
# Install Miniconda
MINICONDA
=
Miniconda-latest-Linux-x86_64.sh
MINICONDA
=
Miniconda
2
-latest-Linux-x86_64.sh
MINICONDA_HOME
=
$HOME
/miniconda
MINICONDA_HOME
=
$HOME
/miniconda
MINICONDA_MD5
=
$(
curl
-s
http://repo.continuum.io/miniconda/ |
grep
-A3
$MINICONDA
| sed
-n
'4p'
| sed
-n
's/ *<td>\(.*\)<\/td> */\1/p'
)
MINICONDA_MD5
=
$(
curl
-s
http://repo.continuum.io/miniconda/ |
grep
-A3
$MINICONDA
| sed
-n
'4p'
| sed
-n
's/ *<td>\(.*\)<\/td> */\1/p'
)
wget
-q
http://repo.continuum.io/miniconda/
$MINICONDA
wget
-q
http://repo.continuum.io/miniconda/
$MINICONDA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment