[Fai-commit] r2952 - trunk

fai-repository at svn.debian.org fai-repository at svn.debian.org
Tue Oct 18 14:52:17 UTC 2005


Author: lange
Date: 2005-10-18 14:52:16 +0000 (Tue, 18 Oct 2005)
New Revision: 2952

Modified:
   trunk/README.build-sources
Log:
new commands for using svn


Modified: trunk/README.build-sources
===================================================================
--- trunk/README.build-sources	2005-10-17 23:19:13 UTC (rev 2951)
+++ trunk/README.build-sources	2005-10-18 14:52:16 UTC (rev 2952)
@@ -1,21 +1,10 @@
-#show differences to previous release
-cvs diff -r r-2_8_2
+# check out the sources to the directory fai-sources
+svn co svn://svn.debian.org/svn/fai/trunk fai-sources
 
-#create new version:
-dch -v 2.8.3
-
-# create final fai version
-# DO NOT FORGET TO CHANGE FILE VERSION
-
-changelog: C-c C-f
-cvs tag r-2_8.3
-cvs co -P fai
-mv fai fai-2.8.3
-make veryclean
-
-# build and install fai packages from fai sources
-cvs co -P fai
-cd fai
-dpkg-buildpackage -rfakeroot -ICVS
+# build the packages
+cd fai-sources
+dpkg-buildpackage -I.svn -rfakeroot -uc -us
 cd ..
-dpkg -i fai_2.8.3_all.deb
+
+# Now you have some fai Debian packages
+ls fai*.deb




More information about the Fai-commit mailing list