aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Util.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Util.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm
index d6327c1..3c611b8 100644
--- a/SBO-Lib/lib/SBO/Lib/Util.pm
+++ b/SBO-Lib/lib/SBO/Lib/Util.pm
@@ -40,6 +40,7 @@ our @EXPORT_OK = (
get_kernel_version
get_sbo_from_loc
get_slack_version
+ get_slack_version_key
get_slack_version_url
idx
in
@@ -97,7 +98,7 @@ the values will change according to the configuration, and C<SBO_HOME> will by
default get changed to C</usr/sbo>.
The supported keys are: C<NOCLEAN>, C<DISTCLEAN>, C<JOBS>, C<PKG_DIR>,
-C<SBO_HOME>, C<LOCAL_OVERRIDES>, C<SLACKWARE_VERSION>, C<REPO>.
+C<SBO_HOME>, C<LOCAL_OVERRIDES>, C<SLACKWARE_VERSION>, C<REPO>, C<GPG_KEY>.
=cut
@@ -113,6 +114,7 @@ our %config = (
LOCAL_OVERRIDES => 'FALSE',
SLACKWARE_VERSION => 'FALSE',
REPO => 'FALSE',
+ GPG_KEY => 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6',
);
read_config();
@@ -242,7 +244,6 @@ sub get_slack_version_url {
return $supported{get_slack_version()};
}
-
=head2 idx
my $idx = idx($needle, @haystack);