Changes In Branch pjhatwal Excluding Merge-Ins
This is equivalent to a diff from 2895ef3399 to 01e552325c
2017-08-29
| ||
17:39 | merged with pjhatwal check-in: 39a2ee3b95 user: pjhatwal tags: html-gen | |
17:38 | checking in pending sauth changes Leaf check-in: 01e552325c user: pjhatwal tags: pjhatwal | |
2017-03-30
| ||
16:29 | sauth fixes to ensure user has washed appropriate unix groups check-in: 8d667887c9 user: pjhatwal tags: pjhatwal | |
2016-07-11
| ||
18:01 | More refactoring check-in: e7ebbf5cb8 user: mrwellan tags: v1.61 | |
12:37 | Create new branch named "pjhatwal" check-in: 370ff61464 user: pjhatwal tags: pjhatwal | |
2016-07-10
| ||
23:57 | More cleanup check-in: 2895ef3399 user: matt tags: v1.61 | |
21:45 | Some clean up after refactor check-in: 8302b2e45a user: matt tags: v1.61 | |
Modified Makefile from [1879ee0391] to [4f41044673].
︙ | |||
216 217 218 219 220 221 222 223 224 225 226 | 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | + + + + - + | (export BASEPATH=/tmp/$(USER)/basepath ; export PATH="$(PWD)/datashare-testing:$(PATH)" ; xterm &) datashare-testing/spublish : spublish.scm $(OFILES) csc spublish.scm $(OFILES) -o datashare-testing/spublish datashare-testing/sretrieve : sretrieve.scm megatest-version.o margs.o configf.o process.o csc sretrieve.scm megatest-version.o margs.o configf.o process.o -o datashare-testing/sretrieve datashare-testing/sauthorize : sretrieve.scm megatest-version.o margs.o configf.o process.o common.o csc sauthorize.scm megatest-version.o margs.o configf.o process.o common.o -o datashare-testing/sauthorize sretrieve/sretrieve : datashare-testing/sretrieve csc -deploy -deployed sretrieve.scm megatest-version.o margs.o configf.o chicken-install -keep-installed $(PROXY) -deploy -prefix sretrieve defstruct srfi-18 format sql-de-lite \ |
︙ |
Modified datashare-testing/.sretrieve.config from [71cb2ce9dc] to [0866f639ac].
1 2 | 1 2 3 4 5 6 7 8 | - + | [settings] base-dir /tmp/delme_data |
Added sample-sauth-paths.scm version [91d0e94c2c].
|
Added sauth-common.scm version [b29dfd627c].