* Command no longer need to be run from the base directory of the repo. * blackbox_edit now asks "are you sure?" and is greatly simplified. _blackbox_common.sh: * add_filename_to_cryptlist now accepts paths relative to cwd. * fail_if_not_on_cryptlist now accepts paths relative to cwd. * new function: vcs_relative_path reports a path to the file relative to the REPOBASE. * new function: is_on_cryptlist plus... * Some minor performance enhancesments and cleanups. * confidence_test.sh now tests some commands while not in REPOBASE.
13 lines
893 B
Plaintext
13 lines
893 B
Plaintext
read /etc/profile.d/usrblackbox.sh tools/profile.d-usrblackbox.sh
|
|
exec /usr/blackbox/bin/_blackbox_common.sh bin/_blackbox_common.sh
|
|
exec /usr/blackbox/bin/_stack_lib.sh bin/_stack_lib.sh
|
|
exec /usr/blackbox/bin/blackbox_addadmin bin/blackbox_addadmin
|
|
exec /usr/blackbox/bin/blackbox_edit bin/blackbox_edit
|
|
exec /usr/blackbox/bin/blackbox_edit_end bin/blackbox_edit_end
|
|
exec /usr/blackbox/bin/blackbox_edit_start bin/blackbox_edit_start
|
|
exec /usr/blackbox/bin/blackbox_initialize bin/blackbox_initialize
|
|
exec /usr/blackbox/bin/blackbox_postdeploy bin/blackbox_postdeploy
|
|
exec /usr/blackbox/bin/blackbox_register_new_file bin/blackbox_register_new_file
|
|
exec /usr/blackbox/bin/blackbox_removeadmin bin/blackbox_removeadmin
|
|
exec /usr/blackbox/bin/blackbox_update_all_files bin/blackbox_update_all_files
|