Overview
Comment: | Renamed datashare binary to sd. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
da7ebf6c50470d99d137d0f9a0e2eecc |
User & Date: | mrwellan on 2014-09-18 10:56:29 |
Other Links: | branch diff | manifest | tags |
Context
2014-09-18
| ||
11:07 | Partial fix to newdashboard, it works but is slower than necessary check-in: 28fd9b377f user: mrwellan tags: v1.60, v1.6001_beta | |
10:56 | Renamed datashare binary to sd. check-in: da7ebf6c50 user: mrwellan tags: v1.60 | |
2014-09-17
| ||
01:00 | datashare - get implemented, ref count records now updated check-in: bd5633a585 user: matt tags: v1.60 | |
Changes
Modified Makefile from [59b885c27c] to [64fd867d54].
︙ | ︙ | |||
170 171 172 173 174 175 176 | deploytarg/dboard : $(OFILES) $(GOFILES) dashboard.scm deploytarg/apropos.so csc -deploy $(OFILES) $(GOFILES) dashboard.scm -o deploytarg mv deploytarg/deploytarg deploytarg/dboard # DATASHAREO=configf.o common.o process.o tree.o dcommon.o margs.o launch.o gutils.o db.o synchash.o server.o \ # megatest-version.o tdb.o ods.o mt.o keys.o | | | | | | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | deploytarg/dboard : $(OFILES) $(GOFILES) dashboard.scm deploytarg/apropos.so csc -deploy $(OFILES) $(GOFILES) dashboard.scm -o deploytarg mv deploytarg/deploytarg deploytarg/dboard # DATASHAREO=configf.o common.o process.o tree.o dcommon.o margs.o launch.o gutils.o db.o synchash.o server.o \ # megatest-version.o tdb.o ods.o mt.o keys.o datashare-testing/sd : datashare.scm $(OFILES) csc datashare.scm $(OFILES) -o datashare-testing/sd sd : datashare-testing/sd mkdir -p /tmp/$(USER)/datashare/disk1 /tmp/$(USER)/basepath xterm : sd (export BASEPATH=/tmp/$(USER)/basepath ; export PATH="$(PWD)/datashare-testing:$(PATH)" ; xterm &) |
Deleted datashare-testing/.datashare.config version [3db28d187c].
|
| < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < |
Added datashare-testing/.sd.config version [3db28d187c].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | # Read in the users vars first (so the offical data cannot be overridden [include ~/.datashare.config] # Read in local overrides [include datashare.config] # Replace [storage] with settings entry - more secure [settings] storage /tmp/#{getenv USER}/datashare/disk1 \ /tmp/#{getenv USER}/datashare/disk2 basepath #{getenv BASEPATH} [areas] synthesis asic/synthesis verilog asic/verilog customlibs custom/oalibs megatest tools/megatest [quality] 0 untested 1 lightly tested 2 tested 3 full QA [database] location /tmp/#{getenv USER}/datashare [pathmaps] SHELF /tmp/#{getenv USER}/theshelf [buildmethods] customlibs make setup;make install |