small fix to the fancy unsupported-->community update

more user doc fixes
This commit is contained in:
pjmattal 2005-04-10 01:10:50 +00:00
parent 3cdff3b929
commit 108dc557ba
2 changed files with 7 additions and 8 deletions

View file

@ -83,8 +83,7 @@ class PackageDatabase:
"FSPath = '" + MySQLdb.escape_string( "FSPath = '" + MySQLdb.escape_string(
os.path.join(repo_dir, os.path.basename(package.new.file))) + "', " + os.path.join(repo_dir, os.path.basename(package.new.file))) + "', " +
"Description = '" + MySQLdb.escape_string(str(package.desc)) + "', " + "Description = '" + MySQLdb.escape_string(str(package.desc)) + "', " +
"URL = '" + MySQLdb.escape_string(str(package.url)) + "', " + "URL = '" + MySQLdb.escape_string(str(package.url)) + "' " +
"LocationID = " + str(locationId) + " " +
"WHERE ID = " + str(id)) "WHERE ID = " + str(id))
self.insertNewInfo(package, id, locationId) self.insertNewInfo(package, id, locationId)
# we must lastly check to see if this is a move of a package from # we must lastly check to see if this is a move of a package from

View file

@ -39,7 +39,7 @@ a TU thinks a package is interesting or has received enough votes,
the TU may choose to adopt the package. The TU builds the package, the TU may choose to adopt the package. The TU builds the package,
performs some rudimentary testing, and adds it performs some rudimentary testing, and adds it
to the community repository, where it can be accessed by any user subscribing to the community repository, where it can be accessed by any user subscribing
to the AUR repository by running pacman -S. From that point on, the TU to the community repository by running pacman -S. From that point on, the TU
will maintain the will maintain the
package in the community repository, and all updates for the package must go package in the community repository, and all updates for the package must go
through a TU.<br> through a TU.<br>
@ -64,12 +64,12 @@ lost.<br>
Flyspray is incredibly easy to use. Take a moment to create an account Flyspray is incredibly easy to use. Take a moment to create an account
as soon as you can.<br> as soon as you can.<br>
<br> <br>
<h3>Using the AUR Repository</h3> <h3>Using the Community Repository</h3>
To access the AUR repository from pacman, add the following to your To access the community repository from pacman, add the following to your
pacman.conf:<br> pacman.conf:<br>
<br> <br>
<code>[community]<br> <code>[community]<br>
Server = ftp://ftp.archlinux.org/community</code><br> Server = ftp://aur.archlinux.org/community/os/i686</code><br>
<br> <br>
<h3>What The AUR Means to a Community Member</h3> <h3>What The AUR Means to a Community Member</h3>
If you're an Arch Linux community member, the AUR represents a giant If you're an Arch Linux community member, the AUR represents a giant
@ -96,7 +96,7 @@ the package contents and build other packages yourself.</li>
<h3>What The AUR Means to a Trusted User (TU) or an Arch Developer<br> <h3>What The AUR Means to a Trusted User (TU) or an Arch Developer<br>
</h3> </h3>
If you are an Arch Linux Trusted User (TU) or an Arch developer, and If you are an Arch Linux Trusted User (TU) or an Arch developer, and
you want to get started on the beta, do the following:<br> you want to get started putting packages in the community repo, do the following:<br>
<ol> <ol>
<li>Set your machine up to access the community repository.</li> <li>Set your machine up to access the community repository.</li>
<li>Run <code>pacman -S tupkg</code> to download the TU package <li>Run <code>pacman -S tupkg</code> to download the TU package
@ -143,7 +143,7 @@ aur.archlinux.org --user &lt;userid&gt; --password &lt;password&gt;
&lt;packagefile.pkg.tar.gz&gt;</code><br> &lt;packagefile.pkg.tar.gz&gt;</code><br>
<br> <br>
Note that this is your <span style="font-weight: bold;">AUR login Note that this is your <span style="font-weight: bold;">AUR login
password</span> -- the one you assign when you create your account, not and password</span> -- the one you assign when you create your account, not
your CVS password, in case they are different.<br> your CVS password, in case they are different.<br>
</li> </li>
<li>Once your packages are uploaded successfully, tag the newly <li>Once your packages are uploaded successfully, tag the newly