[rcitelco/legion] 8919b5: Updating header comments for `setup.conf`.
- From:
-
- Date:
- 2010-08-23 @ 18:28
Branch: refs/heads/develop
Home: https://github.com/rcitelco/legion
Commit: 8919b55ad774929320d653cd510f2342993c4ec8
https://github.com/rcitelco/legion/commit/8919b55ad774929320d653cd510f2342993c4ec8
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M subroutines/setup.conf
Log Message:
-----------
Updating header comments for `setup.conf`.
The new comments are shorter and more direct.
Commit: 2646279c8ec382d3238d385b29a8ed9ac98a10c2
https://github.com/rcitelco/legion/commit/2646279c8ec382d3238d385b29a8ed9ac98a10c2
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M subroutines/setup.conf
Log Message:
-----------
Adding more descriptive backup variable names.
The new variables have a prefix of `LEGION_` which is good (since we're using
these as backups).
Commit: 21bc42fab6f7c0d72db92d36e85e7dc30d86e50d
https://github.com/rcitelco/legion/commit/21bc42fab6f7c0d72db92d36e85e7dc30d86e50d
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
A subroutines/teardown.conf
Log Message:
-----------
Adding `legion-teardown` to the project.
This subroutine restores all backed-up channel variables before stopping
execution.
Commit: 45c75dc1f907964cfb70e369466346cd1339ed83
https://github.com/rcitelco/legion/commit/45c75dc1f907964cfb70e369466346cd1339ed83
Author: Randall Degges <rdegges@gmail.com>
Date: 2010-08-23 (Mon, 23 Aug 2010)
Changed paths:
M legion.conf
Log Message:
-----------
Adding `legion-teardown` to `legion.conf`.
Now our main `legion` program will automatically run `legion-setup` and
`legion-teardown` at the beginning and end of calls, respectively. This ensures
that we have our own copies of the channel variables, and can make sure we
aren't breaking anything.