Subversion Repositories DevTools

Rev

Rev 285 | Rev 289 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 285 Rev 287
Line 151... Line 151...
151
if ( $opt_extract )
151
if ( $opt_extract )
152
{
152
{
153
    Error ("Cannot mix -extract with sbomid or rtagid" )
153
    Error ("Cannot mix -extract with sbomid or rtagid" )
154
        if ( $opt_rtag_id || $opt_sbom_id || $#ARGV >= 0 );
154
        if ( $opt_rtag_id || $opt_sbom_id || $#ARGV >= 0 );
155
 
155
 
-
 
156
    Error ("Cannot use -nopatch or -ignore with -extract")
-
 
157
        if ( ! $opt_patch || keys %ignore );
-
 
158
 
156
    extract_files();
159
    extract_files();
157
    exit (0);
160
    exit (0);
158
}
161
}
159
 
162
 
160
Warning ("No sbomid provided. Output based an a Release") unless ( $opt_sbom_id );
163
Warning ("No sbomid provided. Output based an a Release") unless ( $opt_sbom_id );
Line 1800... Line 1803...
1800
program and extract source files for the package-versions found in the file.
1803
program and extract source files for the package-versions found in the file.
1801
 
1804
 
1802
The command will then create a log file recording packages that could ne be
1805
The command will then create a log file recording packages that could ne be
1803
extracted.
1806
extracted.
1804
 
1807
 
-
 
1808
This option does not not interwork with many of the other command line options.
1805
This option cannot be used in conjunction with the -rtagid or -sbomid.
1809
This option cannot be used in conjunction with the -rtagid, -sbomid, rootpackage
-
 
1810
and -nopatch.
1806
 
1811
 
1807
=item B<-[no]patch>
1812
=item B<-[no]patch>
1808
 
1813
 
1809
This option is used ignore patches. If -nopatch is selected, then packages
1814
This option is used ignore patches. If -nopatch is selected, then packages
1810
versions that look like a patch will be added to the ignore list.
1815
versions that look like a patch will be added to the ignore list.