--- builds_bin/update_repos 2008/07/01 15:02:43 1.46 +++ builds_bin/update_repos 2008/07/26 21:51:03 1.47 @@ -407,9 +407,9 @@ foreach my $smever ( sort { $a <=> $b } print "rebuild $repo/$arch\n"; unless ( $opts{t} ) { if ( -f "$dir/repodata/comps.xml" ) { - qx(createrepo -g repodata/comps.xml $dir); + qx(createrepo --update --database --groupfile repodata/comps.xml $dir); } else { - qx(createrepo $dir); + qx(createrepo --update --database $dir); } qx(repoview $dir); qx(rm -rf $dir/.olddata) if -d "$dir/.olddata";