mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
added authentication to tupkgs and updated info in tupkg
This commit is contained in:
parent
25b0104806
commit
03157ad239
3 changed files with 41 additions and 10 deletions
|
@ -130,11 +130,12 @@ def main(argv=None):
|
|||
usage()
|
||||
return 1
|
||||
|
||||
cs = ClientSocket(files, 'localhost', 1034, "bfinch@example.net", "B0b")
|
||||
cs = ClientSocket(files, 'localhost', 1034, "tu", "tu")
|
||||
cs.connect()
|
||||
|
||||
if not cs.auth():
|
||||
print "Error authenticating you, you bastard"
|
||||
return 1
|
||||
|
||||
cs.sendFileMeta()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue