Skip to content

Commit

Permalink
[backend] add notifypackagechange command for projects
Browse files Browse the repository at this point in the history
This will do a deepcheck on the project.
  • Loading branch information
mlschroe committed Jun 29, 2017
1 parent 6c6afe2 commit 67a4f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/bs_srcserver
Original file line number Diff line number Diff line change
Expand Up @@ -5899,6 +5899,7 @@ my $dispatches = [
'POST:/source/$project cmd=copy user:? comment:? oproject:project withbinaries:bool? withhistory:bool? makeolder:bool? makeoriginolder:bool? resign:bool? noservice:bool?' => \&copyproject,
'POST:/source/$project cmd=move oproject:project' => \&moveproject,
'POST:/source/$project cmd=freezelink user:? comment:? requestid:num?' => \&freezeprojectlink,
'POST:/source/$project cmd=notifypackagechange' => \&notifypackagechange,
'POST:/source/$project cmd: *:*' => \&unknowncmd,
'/source/$project view=info parse:bool? nofilename:bool? repository? arch? package* withchangesmd5:bool?' => \&getprojectsourceinfo,
'/source/$project deleted:bool? expand:bool? noorigins:bool?' => \&getpackagelist,
Expand Down

0 comments on commit 67a4f0a

Please sign in to comment.