Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
a65eb427
Commit
a65eb427
authored
Sep 29, 2004
by
Leigh B. Stoller
Browse files
libdb.py moves from tbsetup/plab to the db directory since now lots of
stuff uses it.
parent
3cb85f88
Changes
4
Show whitespace changes
Inline
Side-by-side
configure
View file @
a65eb427
...
...
@@ -1410,7 +1410,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
db/sitevarscheck db/dbfillcheck
\
db/grabron db/webnfree db/stategraph db/readycount
\
db/idletimes db/idlemail db/webidlemail db/xmlconvert
\
db/webnewwanode
\
db/webnewwanode
db/libdb.py
\
ipod/GNUmakefile
\
lib/GNUmakefile lib/libtb/GNUmakefile
\
os/GNUmakefile os/split-image.sh os/imagezip/GNUmakefile
\
...
...
@@ -1466,7 +1466,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
tbsetup/tarfiles_setup tbsetup/webtarfiles_setup
\
tbsetup/fetchtar.proxy tbsetup/webfrisbeekiller
\
tbsetup/plab/GNUmakefile tbsetup/plab/libplab.py
\
tbsetup/plab/libtestbed.py
tbsetup/plab/libdb.py
\
tbsetup/plab/libtestbed.py
\
tbsetup/plab/mod_dslice.py tbsetup/plab/mod_PLC.py
\
tbsetup/plab/plabslice tbsetup/plab/plabnode tbsetup/plab/plabrenewd
\
tbsetup/plab/plabmetrics tbsetup/plab/plabstats
\
...
...
configure.in
View file @
a65eb427
...
...
@@ -449,7 +449,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
db/sitevarscheck db/dbfillcheck \
db/grabron db/webnfree db/stategraph db/readycount \
db/idletimes db/idlemail db/webidlemail db/xmlconvert \
db/webnewwanode \
db/webnewwanode
db/libdb.py
\
ipod/GNUmakefile \
lib/GNUmakefile lib/libtb/GNUmakefile \
os/GNUmakefile os/split-image.sh os/imagezip/GNUmakefile \
...
...
@@ -505,7 +505,7 @@ outfiles="$outfiles Makeconf GNUmakefile \
tbsetup/tarfiles_setup tbsetup/webtarfiles_setup \
tbsetup/fetchtar.proxy tbsetup/webfrisbeekiller \
tbsetup/plab/GNUmakefile tbsetup/plab/libplab.py \
tbsetup/plab/libtestbed.py
tbsetup/plab/libdb.py
\
tbsetup/plab/libtestbed.py \
tbsetup/plab/mod_dslice.py tbsetup/plab/mod_PLC.py \
tbsetup/plab/plabslice tbsetup/plab/plabnode tbsetup/plab/plabrenewd \
tbsetup/plab/plabmetrics tbsetup/plab/plabstats \
...
...
db/GNUmakefile.in
View file @
a65eb427
...
...
@@ -17,7 +17,7 @@ SBIN_SCRIPTS = avail inuse showgraph if2port backup webcontrol node_status \
dbcheck interswitch dbboot grabron stategraph newwanode \
idletimes idlemail setsitevar audit changeuid
LIBEXEC_SCRIPTS = webnodelog webnfree webnewwanode webidlemail xmlconvert
LIB_SCRIPTS = libdb.pm Node.pm
LIB_SCRIPTS = libdb.pm Node.pm
libdb.py
# Stuff installed on plastic.
USERSBINS = genelists.proxy
...
...
tbsetup/plab/GNUmakefile.in
View file @
a65eb427
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -17,7 +17,7 @@ SUBDIRS = libdslice etc
SBIN_STUFF = plabslice plabnode plabrenewd plabmetrics plabstats \
plabmonitord plablinkdata plabdist plabhttpd plabdiscover
LIB_STUFF = libplab.py libtestbed.py
libdb.py
mod_dslice.py mod_PLC.py
LIB_STUFF = libplab.py libtestbed.py mod_dslice.py mod_PLC.py
LIBEXEC_STUFF = webplabstats
...
...
Write
Preview
Supports
Markdown
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