From 2aa3e03ec1ee303eca309b2aab0598e0c8b49dbf Mon Sep 17 00:00:00 2001 From: Anne Nicolas Date: Tue, 13 Jan 2015 14:44:36 +0100 Subject: add variable nameid to use standard name for isos --- BCD/Common.pm | 2 +- BCD/Genisoimage.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BCD/Common.pm b/BCD/Common.pm index d0ab23a..71b6497 100644 --- a/BCD/Common.pm +++ b/BCD/Common.pm @@ -13,7 +13,7 @@ use BCD::Bcd qw(:DEFAULT); our @ISA = qw(Exporter); our @EXPORT = qw(create_needed_dir check_dir clean_all print_color); # export all needed var -our @EXPORT_OK = qw($isoconf $wd $name $arch $file $based_on $version $repo $isodir $builddir $distrib_path $error_color $DISTRIB $THEME $tmp_rpmsrate $NB_FORK $dir_deps @list_of_removed $rpmrc $pwd_file $conf_file $date $urpmqlogs $rpmcheck_list_pkg $file_rpmcheck_log $smartcheck_list_pkg $smartcheck_dir $file_smartcheck_log $chroot_path $support); +our @EXPORT_OK = qw($nameid $isoconf $wd $name $arch $file $based_on $version $repo $isodir $builddir $distrib_path $error_color $DISTRIB $THEME $tmp_rpmsrate $NB_FORK $dir_deps @list_of_removed $rpmrc $pwd_file $conf_file $date $urpmqlogs $rpmcheck_list_pkg $file_rpmcheck_log $smartcheck_list_pkg $smartcheck_dir $file_smartcheck_log $chroot_path $support); my $LOG="COMMON -"; my $color = "red"; diff --git a/BCD/Genisoimage.pm b/BCD/Genisoimage.pm index f410e2d..07d3923 100644 --- a/BCD/Genisoimage.pm +++ b/BCD/Genisoimage.pm @@ -2,7 +2,7 @@ package BCD::Genisoimage; use strict; use XML::Simple; -use BCD::Common qw(:DEFAULT $isoconf $wd $name $arch $version $builddir $isodir $error_color $repo $based_on $support); +use BCD::Common qw(:DEFAULT $nameid $arch $isoconf $wd $name $arch $version $builddir $isodir $error_color $repo $based_on $support); use BCD::Media qw(:DEFAULT parse_synthesis); use URPM; -- cgit v1.2.1