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

remove ancient/unused scripts #39

Merged
merged 6 commits into from
Jun 20, 2017
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
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
_build.*
bin/
doc/README.md
etc/
# /
/autom4te.cache
/configure
/config.log
/.sconsign.dblite
/.sconf_temp
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ 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:

Expand Down
28 changes: 1 addition & 27 deletions SConstruct
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
# -*- python -*-
#
# Setup our environment
#
import glob, os.path, re, os, sys
from lsst.sconsUtils import scripts, env, targets, log

# okay start the standard stuff

from lsst.sconsUtils import scripts, env, targets
scripts.BasicSConstruct.initialize("lsst", versionModuleName=None)

targets["doc"].extend(env.Command("doc/README.md", "README.md", [Copy('$TARGET', '$SOURCE')]))

if "check" in BUILD_TARGETS:
env.Command("configure", "configure.ac", ["autoconf"])
env.Command("check", "configure", ["configure"])

env.Help("""
deploy/lsst: LSST Build Environment Tools

This provides tools for building LSST products and installing them into
the software distribution server. This package relies on the eups capabilities.
""")

scripts.BasicSConstruct.finish(subDirList="bin doc ups".split(),
defaultTargets=["bin", "doc", "tests"])

# this is not doing what I want it to do (removing bin)
env.Clean("bin", "bin")
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.