Skip to content

Commit

Permalink
Change default Back up mail basket to be in IN instead of BACK UP
Browse files Browse the repository at this point in the history
This is a change to commit a19e811
which added that parameter. I found that in FOIA, the default BACK UP
does not exist, and so was a poor choice for default.
  • Loading branch information
shabiel committed Aug 31, 2024
1 parent 7e459ee commit 9812ce7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Scripts/DefaultKIDSBuildInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def main():
help='installer\'s VistA instance\'s DUZ')
parser.add_argument('-bup', '--backupPath', default='/tmp/',
help='Path for KIDS backup files')
parser.add_argument('-bub', '--backupBasket', default='BACK UP',
parser.add_argument('-bub', '--backupBasket', default='IN',
help='Mail basket for KIDS backup files')

result = parser.parse_args();
Expand Down
2 changes: 1 addition & 1 deletion Scripts/DefaultKIDSBuildInstaller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Optional parameters:

* ``-d`` Installer DUZ (default 17)
* ``-bup`` Backup-Path for backing up current state of system prior to installing KIDS build (default ``/tmp``). Only used for multibuilds.
* ``-bub`` Backup Mail Basket for backing up current state of system prior to installing KIDS build (default ``BACK UP``). Used for the rest of the builds.
* ``-bub`` Backup Mail Basket for backing up current state of system prior to installing KIDS build (default ``IN``). Used for the rest of the builds.
2 changes: 1 addition & 1 deletion Scripts/PatchSequenceApply.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def main():
help='installer\'s VistA instance\'s DUZ')
parser.add_argument('-bup', '--backupPath', default='/tmp/',
help='Path for KIDS backup files')
parser.add_argument('-bub', '--backupBasket', default='BACK UP',
parser.add_argument('-bub', '--backupBasket', default='IN',
help='Mail basket for KIDS backup files')

result = parser.parse_args();
Expand Down

0 comments on commit 9812ce7

Please sign in to comment.