[23331] in Source-Commits
/svn/athena r22985 - trunk/debathena
daemon@ATHENA.MIT.EDU (ghudson@MIT.EDU)
Thu May 29 12:12:26 2008
Date: Thu, 29 May 2008 12:11:54 -0400 (EDT)
From: ghudson@MIT.EDU
Message-Id: <200805291611.MAA00866@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: ghudson
Date: 2008-05-29 12:11:53 -0400 (Thu, 29 May 2008)
New Revision: 22985
Modified:
trunk/debathena/NOTES
Log:
Add notes on removing a dist from an apt repository.
Modified: trunk/debathena/NOTES
===================================================================
--- trunk/debathena/NOTES 2008-05-28 23:58:42 UTC (rev 22984)
+++ trunk/debathena/NOTES 2008-05-29 16:11:53 UTC (rev 22985)
@@ -248,6 +248,14 @@
4. Run lvremove blah/chrootname
+Release engineer: Removing a dist from the apt repository
+---------------------------------------------------------
+
+ 1. Inside the apt repository, edit conf/distributions and remove the
+ distribution section.
+
+ 2. Run reprepro -Vb $DEBATHENA_APT --delete clearvanished
+
Release engineer: Setting up a canonical build area
---------------------------------------------------