[Debian-NP-Commits] r180 - trunk/docs

micah debian-np-devel@lists.alioth.debian.org
Tue, 20 Jul 2004 20:38:52 -0600


Author: micah-guest
Date: Tue Jul 20 20:38:51 2004
New Revision: 180

Modified:
   trunk/docs/apt_repository.txt
Log:
Updated the apt_repository.txt document with the new information from
Enrico's work to get a repository setup on Alioth for us.


Modified: trunk/docs/apt_repository.txt
==============================================================================
--- trunk/docs/apt_repository.txt	(original)
+++ trunk/docs/apt_repository.txt	Tue Jul 20 20:38:51 2004
@@ -1,20 +1,16 @@
 This is a brief guide to use Debian-NP Bagunca APT repository
 -------------------------------------------------------------
 
-The repository was set up with the help of Joey Hess.
+Originally we setup a repository, with the help of Joey Hess, at Porto Alegre.
+Since then, we've moved to using Alioth for all of our development work, and
+Enrico has done the work to set up things there for us.
 
 Download
 --------
 
 Just insert this line at the end of your /etc/apt/sources.list:
 
-for the testing based distribution:
-deb http://bagunca.yukidoke.org/debian-np stable/
-deb-src http://bagunca.yukidoke.org/debian-np stable/
-
-for the testing based distribution:
-deb http://bagunca.yukidoke.org/debian-np testing/
-deb-src http://bagunca.yukidoke.org/debian-np testing/
+deb http://debian-np.alioth.debian.org/debian unstable main
 
 Upload a package
 ----------------
@@ -23,30 +19,28 @@
 Add in your home directory the file ".dput.cf" that should contains:
 
 [bagunca]
-fqdn = yukidoke.org
-incoming = /home/dinstall/debian/mini-dinstall/
-login = dinstall
+method = scp
+fqdn = alioth.debian.org
+incoming = /org/alioth.debian.org/chroot/home/groups/debian-np/htdocs/debian/incoming
 
 If you're using dupload, you must add this to your ~/.dupload.conf:
-$default_host = "yukidoke.org";
-$cfg{'yukidoke.org'} = {
-	fqdn => "yukidoke.org",
+$default_host = "alioth.debian.org";
+$cfg{'alioth.debian.org'} = {
+	fqdn => "alioth.debian.org",
 	method => "scpb",
-	incoming => "/home/dinstall/debian/mini-dinstall/incoming",
-	login => "dinstall",
+	incoming => "/org/alioth.debian.org/chroot/home/groups/debian-np/htdocs/debian/incoming",
+	login => "<yourloginhere>",
 	dinstall_runs => 0,
 };
 
 
-
 Tu upload a package, go to directory in which the package has built and
-type.
+type:
 
 dput bagunca <package>.changes
 
-It could be a good practice to run 
+It is good practice to run lintian on the package before uploading, this will 
+help to eliminate possible errors, and then will automatically upload the 
+package:
 
 dput -l bagunca <package>.changes.
-
-"-l" flag run lintian on the package before uploading. This can help to
-check for possible errors.