# This is a sample BBI Config File for importing perl6-examples # from Git Hub. #----------------------------------------------------------------------------- NAME=perl6-examples VERSION=3.6.0 BASELINE|perl6-examples|CMD:git clone https://github.com/perl6/perl6-examples . DEPOT|perl6-examples|stream STREAM|//perl6-examples/main|mainline|none UPDATE|perl6-examples|//perl6-examples/main/...|Pulled from Github.
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 18457 | C. Thomas Tyler |
Added CLIENT_SPEC action. Added VERIFY option to UPDATE action. Fixed RENAME option, renamed RENAME to MOVE, and added RENAME as a synonym for MOVE. Shortened error messages by removing redundant 'Aborting' comment in bail() calls, as messages are already prefixed with 'FATAL:'. Enhanced auditing and fixed issues with parallel submits. Updated BBI Config File require version to 3.6.0. |
||
#1 | 18410 | C. Thomas Tyler |
Implemented 'CMD:' prefix for baseline definintions, and added sample config file to illustrate pulling from Git Hub. Updated BBIJunkFiles.txt to exclude import of .git foldres. Added test case and updatd test suite to call it. |