Changeset 37060
- Timestamp:
- Jul 17, 2014, 11:53:00 AM (12 years ago)
- Location:
- tags/ipp-20130712/ippScripts/scripts
- Files:
-
- 2 edited
-
ipp_apply_burntool_single.pl (modified) (1 diff)
-
register_imfile.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/ippScripts/scripts/ipp_apply_burntool_single.pl
r36496 r37060 45 45 defined $dbname; 46 46 47 # unless (defined $camera) { 48 # $camera = "GPC1"; 49 # } 47 unless (defined $camera) { 48 if ($this_uri =~ /ota/) { 49 $camera = "GPC1"; 50 } 51 } 50 52 51 53 my $missing_tools; -
tags/ipp-20130712/ippScripts/scripts/register_imfile.pl
r36499 r37060 348 348 $apply_command .= " --imfile_state $burntool_data->{imfile_state} "; 349 349 $apply_command .= " --verbose " if $verbose; 350 351 # TEMPORARY 352 $apply_command .= " --camera GPC1"; 350 353 print "$apply_command\n"; 351 354 unless ($no_update) {
Note:
See TracChangeset
for help on using the changeset viewer.
