Skip to content

Commit

Permalink
Merge pull request SUSE#1162 from SUSE/thardeck-fix-legalscan
Browse files Browse the repository at this point in the history
Adapt legalscan to suggested submit request approach
  • Loading branch information
aduffeck authored Oct 26, 2017
2 parents 4122d5e + 72b68d5 commit 72981e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/dev/legalscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ pushd "${TMPPATH}" > /dev/null
for PROJECT in ${PROJECTS}; do
osc checkout -M "${PROJECT}"
pushd "${PROJECT}" > /dev/null

for PACKAGE in *
do
curl -v -X POST http://legaldb.suse.de/packages -d api=https://api.opensuse.org/ -d project="${PROJECT}" -d package="${PACKAGE}" -d external_link=SCF -d priority=1
done
osc submitrequest ${PROJECT}:reviewed
popd > /dev/null
done

0 comments on commit 72981e8

Please sign in to comment.