mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
initial import
This commit is contained in:
parent
36d0b810ad
commit
569216db79
7 changed files with 486 additions and 0 deletions
19
tupkg/client/tupkg
Executable file
19
tupkg/client/tupkg
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/python -O
|
||||
#
|
||||
# Description:
|
||||
# ------------
|
||||
# This is the client-side portion of the Trusted User package
|
||||
# manager. The TUs will use this program to upload packages into
|
||||
# the AUR. For more information, see the ../README.txt file.
|
||||
#
|
||||
# Python Indentation:
|
||||
# -------------------
|
||||
# Use tabs not spaces. If you use vim, the following comment will
|
||||
# configure it to use tabs.
|
||||
# vim: ts=2 sw=2 noet ft=python
|
||||
#
|
||||
|
||||
|
||||
|
||||
# TODO write the code
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue