- Repository moved to svn, update docs to reflect move.

This commit is contained in:
Joey Hess 2005-07-21 23:47:32 +00:00
parent 4660597931
commit 846d6a1cfe
10 changed files with 18 additions and 23 deletions

View File

@ -1,3 +0,0 @@
install-stamp
build-stamp
log

View File

@ -4,13 +4,13 @@ README for those who want to hack on yacs/debian-cd
Organisation :
--------------
The main source is in the Debian CVS. If you want to hack on debian-cd
The main source is in the Debian svn. If you want to hack on debian-cd
and if you want to send me patches, please work on the latest version
available in the CVS.
available in svn.
http://cvs.debian.org/debian-cd/
$ cvs -d :pserver:anonymous@cvs.debian.org:/cvs/debian-boot co debian-cd
auth: svn+ssh://svn.debian.org/svn/debian-cd/trunk
anon: svn://svn.debian.org/debian-cd/trunk
web: http://svn.debian.org/wsvn/debian-cd
If you want to discuss anything related to the debian-cd development, you
can contact me directly or, better, you can mail the

View File

@ -12,7 +12,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
<!-- The HTML and TEXT file are NOT the actual source code. -->
<!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
<!-- For that, see http://svn.debian.org/wsvn/debian-cd -->
#if 0
If you read THIS, you're viewing the actual source file ;-)
#endif

View File

@ -1,9 +1,9 @@
# These udebs build the d-i cdrom initrd. As such, there is no reason
# to keep another copy of them on the CD in udeb form.
#
# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
# This duplicates data found in the file build/pkg-lists/kernel, in d-i svn
kernel-image-*
# build/pkg-lists/base in d-i cvs
# build/pkg-lists/base in d-i svn
rootskel
main-menu
cdebconf-udeb
@ -12,9 +12,10 @@ anna
di-utils-shell
di-utils-reboot
lowmemcheck
# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
# build/pkg-lists/cdrom/common, in d-i svn (also included in the
# root+cd-drivers floppies)
busybox-cvs-udeb
busybox-udeb
rootskel-locale
languagechooser
countrychooser
@ -42,6 +43,7 @@ libdebconfclient0-udeb
slang1a-utf8-udeb
# These udebs are only useful in building the boot floppy image.
busybox-cvs-floppy-udeb
busybox-floppy-udeb
di-utils-bootfloppy
rootskel-bootfloppy
# Until someone gets the gtk cdebconf frontend going, all this is not worth

View File

@ -12,7 +12,7 @@
<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080" alink="#FF0000">
<!-- The HTML and TEXT file are NOT the actual source code. -->
<!-- For that, see http://cvs.debian.org/debian-cd/data/woody/README.html.in?cvsroot=debian-boot -->
<!-- For that, see http://svn.debian.org/wsvn/debian-cd -->
#if 0
If you read THIS, you're viewing the actual source file ;-)
#endif

View File

@ -1,9 +1,9 @@
# These udebs build the d-i cdrom initrd. As such, there is no reason
# to keep another copy of them on the CD in udeb form.
#
# This duplicates data found in the file build/pkg-lists/kernel, in d-i cvs
# This duplicates data found in the file build/pkg-lists/kernel, in d-i svn
kernel-image-*
# build/pkg-lists/base in d-i cvs
# build/pkg-lists/base in d-i svn
rootskel
main-menu
cdebconf-udeb
@ -12,7 +12,7 @@ anna
di-utils-shell
di-utils-reboot
lowmemcheck
# build/pkg-lists/cdrom/common, in d-i cvs (also included in the
# build/pkg-lists/cdrom/common, in d-i svn (also included in the
# root+cd-drivers floppies)
busybox-cvs-udeb
rootskel-locale

View File

@ -12,7 +12,7 @@
<!-- The HTML and TEXT file are NOT the actual source code... -->
<!-- For that, see the debian-cd CVS. -->
<!-- For that, see the debian-cd svn. -->
#if 0
If you read THIS, you're viewing the actual source file ;-)
#endif

4
debian/.cvsignore vendored
View File

@ -1,4 +0,0 @@
debian-cd
files
postinst.debhelper
prerm.debhelper

1
debian/changelog vendored
View File

@ -25,6 +25,7 @@ debian-cd (2.2.23) unstable; UNRELEASED
renaming file from d-i.
- Use isolinux config files included in the d-i debian-cd_info tarball
so it does not need to be maintained in both places.
- Repository moved to svn, update docs to reflect move.
* Stephen R. Marenka
- Changed m68k boot for etch to handle etch changes in d-i.

3
debian/rules vendored
View File

@ -41,8 +41,7 @@ install-stamp: build-stamp
cp debian/CONF.sh debian/debian-cd/etc/debian-cd/conf.sh
ln -sf /etc/debian-cd/conf.sh \
debian/debian-cd/usr/share/debian-cd/CONF.sh
find debian/debian-cd -name 'CVS' | xargs -r rm -rf
find debian/debian-cd -name '.#*' | xargs -r rm -f
find debian/debian-cd -name '.svn' | xargs -r rm -rf
find debian/debian-cd/usr/share/debian-cd/tools/boot \
\( -name 'boot-*' -o -name 'post-boot-*' \) -a \! -name '*.txt' \
-a \! -name '*.calc' | xargs chmod 0755