Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
pesign-obs-integration.5861
gen-hmac
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gen-hmac of Package pesign-obs-integration.5861
#!/usr/bin/perl use strict; use warnings; use Getopt::Long; my $USAGE = "Usage: $0 [-r <build root>] <file>\n"; my $buildroot = ""; GetOptions("r|root=s" => \$buildroot) or die $USAGE; if (scalar(@ARGV) != 1) { die $USAGE; } if ($buildroot) { $buildroot .= "/"; } my $fn = shift @ARGV; system("fipshmac $buildroot$fn"); exit 0;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor