Skip to content

Commit

Permalink
[backend] now that the API has compatibility code in the public contr…
Browse files Browse the repository at this point in the history
…oller, we can switch to the correct getpackagelist function
  • Loading branch information
mlschroe committed Dec 6, 2012
1 parent a51a1a5 commit a51a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -7122,7 +7122,7 @@ my $dispatches = [
'POST:/source/$project cmd=copy user:? comment:? oproject:project withbinaries:bool? withhistory:bool? makeolder:bool? resign:bool?' => \&copyproject,
'POST:/source/$project cmd: *:*' => \&unknowncmd,
'/source/$project view=info parse:bool? repository? arch? package*' => \&getprojectsourceinfo,
'/source/$project deleted:bool? expand:bool? noorigins:bool?' => \&getpackagelist_build,
'/source/$project deleted:bool? expand:bool? noorigins:bool?' => \&getpackagelist,

'DELETE:/source/$project user:? comment:? requestid:num?' => \&delproject,
'/source/$project/_meta rev?' => \&getproject,
Expand Down

0 comments on commit a51a3cb

Please sign in to comment.