Skip to content

Commit 690a6d8

Browse files
committed
Rebuild all source packages
It is not a good idea to rely on amd64 uploads, since the uploader may want the package to be built in the CI environment. Hence, we will need to rebuild all source packages, even if they do not use gcc during build time.
1 parent 3c78f1a commit 690a6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/files/check_new_uploads

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for num in data[0].split():
5555

5656
if parsed_email['subject'].startswith('Accepted') and parsed_email['list-id'] == list_id:
5757
pkg = parse_message(parsed_email.get_payload())
58-
if (pkg['dist'] in ['unstable', 'sid']) and 'amd64' in pkg['arch']:
58+
if (pkg['dist'] in ['unstable', 'sid']) and 'source' in pkg['arch']:
5959
trigger_build(pkg)
6060
# M.store(num, '+FLAGS', '\\Deleted')
6161
# M.expunge()

0 commit comments

Comments
 (0)