Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-remove ancient/unused scripts #87

Merged
merged 3 commits into from
Apr 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
/autom4te.cache
bin/
_build.*
.bundle/
/config.log
/configure
doc/README.md
etc/
/.sconf_temp
/.sconsign.dblite
*.swp
ups/*.cfgc
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ matrix:
- docker
script:
- docker run -v $(pwd):/r koalaman/shellcheck-alpine:v0.4.6 /r/scripts/newinstall.sh
- os: linux
env: TEST=markdownlint
services:
- docker
script: |
set -e
shopt -s globstar nullglob
CHECK=( **/*.md )
[[ ${#CHECK[@]} -eq 0 ]] && exit
docker run -ti -v $(pwd):$(pwd) -w $(pwd) \
mivok/markdownlint:0.4.0 "${CHECK[@]}"
branches:
only:
- master
Expand Down
36 changes: 5 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,8 @@ lsst

[![Build Status](https://travis-ci.org/lsst/lsst.png)](https://travis-ci.org/lsst/lsst)

This package sets up a basic environment needed to:

1. install packages from the LSST software server
2. build LSST products from git
3. build external software that uses LSST products

For building products, this package provides the following:

* it setups up the base package, which is necessary for properly
loading LSST python modules.

For managing products, this package provides the following:

* prepends the address of the LSST software distribution server to
EUPS_PKGROOT environment variable.

DEPRECATED: the package also sets up the following variables, but they're
deprecated and should not be used in future code/scripts.

* sets the LSST_HOME environment variable to the root of the LSST
software stack. This is the directory where the loadLSST scripts are
found.

* if $LSST_DEVEL is set, it is added the the start of the
EUPS_PATH environment variable. $EUPS_PATH has a list of of
colon-delimited directories that EUPS uses to look for software
products to load. A user may set LSST_DEVEL if they want to install
packages but do not have permission to write to LSST_HOME. By placing
it at the front of EUPS_PATH, newly installed packages will be
installed under $LSST_DEVEL.

This repo provides the `newinstall.sh` script used to bootstrap an LSST DM
environment. See
[`newinstall.sh`](https://pipelines.lsst.io/install/newinstall.html) section of
the [The LSST Science Pipelines](https://pipelines.lsst.io/index.html ) guide
for further details.
29 changes: 0 additions & 29 deletions SConstruct

This file was deleted.

173 changes: 0 additions & 173 deletions configure.ac

This file was deleted.

3 changes: 0 additions & 3 deletions distrib.bld

This file was deleted.

47 changes: 0 additions & 47 deletions scripts/FileFilter.SConscript

This file was deleted.

7 changes: 0 additions & 7 deletions scripts/SConscript

This file was deleted.