Skip to content

Commit

Permalink
Delete cbinstall/cbpreinstall remnants
Browse files Browse the repository at this point in the history
deprecated/disabled in OBS-2.3 about 10 years ago
  • Loading branch information
mlschroe committed Mar 22, 2022
1 parent b3bcb2e commit fe8fb96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,6 @@ sub read_config {
delete $config->{'save_expanded'};
$config->{'preinstall'} = [];
$config->{'vminstall'} = [];
$config->{'cbpreinstall'} = [];
$config->{'cbinstall'} = [];
$config->{'runscripts'} = [];
$config->{'required'} = [];
$config->{'support'} = [];
Expand Down Expand Up @@ -882,10 +880,6 @@ sub get_runscripts {
return @{$config->{'runscripts'}};
}

### just for API compability
sub get_cbpreinstalls { return (); }
sub get_cbinstalls { return (); }

###########################################################################

sub parse_depfile {
Expand Down
1 change: 0 additions & 1 deletion init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ else
while read PKG SRC ; do
test "$PKG" = "preinstall:" && continue
test "$PKG" = "runscripts:" && continue
test "$PKG" = "cbpreinstall:" && continue
test "$PKG" = "vminstall:" && continue
test "$PKG" = "dist:" && continue
test "$PKG" = "rpmid:" && continue
Expand Down

0 comments on commit fe8fb96

Please sign in to comment.