summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-04-11 03:13:23 +0200
committerpjmattal <pjmattal>2005-04-11 03:13:23 +0200
commit153cc0dc880b01702b9bd98f86786816918c8eca (patch)
tree5c6084560f85f8f51f2e96112c7d3b82589fed55
parent4a61386e3fcfb67fd329357cdea86b5fa4e7a3db (diff)
downloadaur-153cc0dc880b01702b9bd98f86786816918c8eca.tar.gz
aur-153cc0dc880b01702b9bd98f86786816918c8eca.tar.xz
misc updates off of pedantic from long ago
-rw-r--r--LAUNCH.txt4
-rwxr-xr-xtupkg/client/tupkg2
2 files changed, 3 insertions, 3 deletions
diff --git a/LAUNCH.txt b/LAUNCH.txt
index 0b7ff35e..0b6dc5ae 100644
--- a/LAUNCH.txt
+++ b/LAUNCH.txt
@@ -2,12 +2,12 @@ This is the list of things we need to get done by 2/15 in order to make a
3/1 launch happen. Feel free to add items to it as they come up, and put "DONE" next to things as you finish them.
TIER 1 (critical)
-* a package should be made of tupkg client tool
+* a package should be made of tupkg client tool - DONE
* tupkgupdate needs a way to find out what the repo is called; possibly a
file in the top level dir of the cvs repo called "NAME"?
TIER 2 (pretty important)
-* tupkg and tupkgs should not output unhashed passwords
+* tupkg and tupkgs should not output unhashed passwords (apparently DONE?)
* config file capability for tupkg client in user's homedir
* email notification of errors in tupkgupdate - Paul
* add foreign key constraints with on delete cascade to make sure
diff --git a/tupkg/client/tupkg b/tupkg/client/tupkg
index 380dc53f..458d86b9 100755
--- a/tupkg/client/tupkg
+++ b/tupkg/client/tupkg
@@ -126,7 +126,7 @@ def main(argv=None):
confdict = {}
confdict['user'] = ""
confdict['password'] = ""
- confdict['host'] = ''
+ confdict['host'] = 'aur.archlinux.org'
confdict['port'] = 1034
if len(argv) == 1: