Skip to content

Commit

Permalink
Fixed link to conda builder docs, closes #6
Browse files Browse the repository at this point in the history
Use the docs.continuum.io link
  • Loading branch information
astrojuanlu committed Jul 23, 2013
1 parent fd4d177 commit 70e4585
Show file tree
Hide file tree
Showing 95 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion appdirs/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion appdirs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install || exit 1
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion appdirs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ about:
license: MIT License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion beautifulsoup4/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion beautifulsoup4/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion beautifulsoup4/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: MIT License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion binstar_client/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion binstar_client/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion binstar_client/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ about:
license: BSD

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion blinker/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion blinker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion blinker/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: MIT License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion docopt/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion docopt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install || exit 1
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion ez_setup/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion ez_setup/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion ez_setup/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: MIT

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion fabric-virtualenv/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabric-virtualenv/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabric-virtualenv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ about:
license: UNKNOWN

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion fabric/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabric/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabric/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion fabtools/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabtools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion fabtools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion feedgenerator/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion feedgenerator/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion feedgenerator/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion graphterm/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion graphterm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion graphterm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion html2text/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion html2text/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion html2text/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: GNU General Public License (GPL)

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion html5lib/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion html5lib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion html5lib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ about:
license: MIT License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion iep/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion iep/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion iep/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion importlib/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion importlib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion importlib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: Python Software Foundation License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion joblib/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion joblib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install || exit 1
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion joblib/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: BSD License

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion keyring/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion keyring/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install || exit 1
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion keyring/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ about:
license: PSF

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion livereload/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion livereload/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install || exit 1
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion milk/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion milk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion milk/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ about:
license: MIT

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt for
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml
2 changes: 1 addition & 1 deletion paramiko/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if errorlevel 1 exit 1
:: Add more build steps here, if they are necessary.

:: See
:: https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
2 changes: 1 addition & 1 deletion paramiko/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $PYTHON setup.py install
# Add more build steps here, if they are necessary.

# See
# https://github.com/ContinuumIO/conda/blob/master/conda/builder/README.txt
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.
Loading

0 comments on commit 70e4585

Please sign in to comment.