Changeset 23912 for trunk/ippScripts/scripts/dist_make_fileset.pl
- Timestamp:
- Apr 17, 2009, 3:58:46 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_make_fileset.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_make_fileset.pl
r23861 r23912 153 153 } 154 154 155 # XXX: disttool -addrcdsfileset156 155 { 157 156 my $command = "$disttool -addfileset -dist_id $dist_id -prod_id $prod_id -name $fileset_name"; … … 161 160 run(command => $command, verbose => $verbose); 162 161 unless ($success) { 162 # XXX: if we get here we the fileset has been created but the database update failed 163 # We need to have revertfileset check whether the fileset exists and do dsreg -del if it does 163 164 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 164 165 &my_die("Unable to perform $command error_code: $error_code", $dist_id, $prod_id, $error_code);
Note:
See TracChangeset
for help on using the changeset viewer.
