mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Use "python2" shebang for "newpackage-notify" and "gendummydata.py".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
556de318ae
commit
737268e0c2
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/python2
|
||||
"""
|
||||
usage: gendummydata.py outputfilename.sql
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python -O
|
||||
#!/usr/bin/python2 -O
|
||||
# This program is intended to be run as a once-a-day cronjob, it
|
||||
# sends a batched email containing the names of all new pacakges in
|
||||
# the AUR, added within the last 24 hours, to those who have requested
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue