mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
small fix to the fancy unsupported-->community update
more user doc fixes
This commit is contained in:
parent
3cdff3b929
commit
108dc557ba
2 changed files with 7 additions and 8 deletions
|
@ -83,8 +83,7 @@ class PackageDatabase:
|
|||
"FSPath = '" + MySQLdb.escape_string(
|
||||
os.path.join(repo_dir, os.path.basename(package.new.file))) + "', " +
|
||||
"Description = '" + MySQLdb.escape_string(str(package.desc)) + "', " +
|
||||
"URL = '" + MySQLdb.escape_string(str(package.url)) + "', " +
|
||||
"LocationID = " + str(locationId) + " " +
|
||||
"URL = '" + MySQLdb.escape_string(str(package.url)) + "' " +
|
||||
"WHERE ID = " + str(id))
|
||||
self.insertNewInfo(package, id, locationId)
|
||||
# we must lastly check to see if this is a move of a package from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue