/[d-i]/trunk/build/TODO
ViewVC logotype

Log of /trunk/build/TODO

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 11647)

Revision 8572 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 08:15:05 2004 UTC (9 years, 3 months ago) by joeyh
File length: 1340 byte(s)
Diff to previous 8550 , to selected 483
    - Add a dest/cdrom/debian-cd_info.tar.gz with the syslinux screens
      and splash image, for eventual use by debian-cd.

Revision 8550 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 01:41:43 2004 UTC (9 years, 3 months ago) by ths-guest
File length: 1449 byte(s)
Diff to previous 7275 , to selected 483
Redesigned build system. Major changes to the configuration handling for
all architectures.
Remove arhcdetect from m68k config, it is already in the generic config.
Fix broken alpha build, input-modules isn't created for -di kernel flavour.

Revision 7275 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 29 23:35:32 2003 UTC (9 years, 4 months ago) by joeyh
File length: 1682 byte(s)
Diff to previous 6588 , to selected 483
address a FAQ

Revision 6588 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 15 18:27:35 2003 UTC (9 years, 5 months ago) by joeyh
File length: 1421 byte(s)
Diff to previous 6058 , to selected 483
remove done item

Revision 6058 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 14 03:07:15 2003 UTC (9 years, 6 months ago) by joeyh
File length: 1538 byte(s)
Diff to previous 5885 , to selected 483
- Add disk labels to the i386 floppy images, for use by the bootfloppy
      initrd, and maybe later by the floppy retreiver, etc.

Revision 5885 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 9 10:00:34 2003 UTC (9 years, 6 months ago) by mckinstry
File length: 1499 byte(s)
Diff to previous 5320 , to selected 483
Remove terminfo task

Revision 5320 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 16:27:03 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1562 byte(s)
Diff to previous 4842 , to selected 483
additions

Revision 4842 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 14 02:06:30 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1361 byte(s)
Diff to previous 4608 , to selected 483
- Add a per-arch KERNEL_FLAVOUR variable, that controls the flavour of kernel
  module udebs that is used. This could be the true kernel flavour (i686,
  etc), but for now it is being used to handle the linux-kernel-di
  transition without breaking anything.
- For i386, use the new "di" udebs, from kernel-image-di in d-i cvs.
- For now, all other architectures keep on using the "udeb" udebs. As alpha,
  etc, are transitioned to use the new linux-kernel-di package (if they
  are), they can be switched over to the "di" udebs.
- Fix a bug in the localudebs handling if a udeb is listed in $needed twice
  (due to drivers lists).
- Modified pkg-list to take the KERNEL_FLAVOUR as a parameter. It then
  substitutes this in along with the kernel version in ${kernel:Version},
  so all the pkg-lists had to be changed, removing the "-udeb" after
  "${kernel:Version}"
- Update i386 pkg-lists to reflect changes in linux-kernel-di: fat-modules
  was split out of floppy-modules, and all i386 lists that include the
  latter get the former added.
- Similar changes to i386 pkg-lists for ide-core-modules and scsi-core-modules.
- The bootfloppy will now support loading the initrd from USB floppies,
  and other USB storage media. 69k free, whee!
- Don't delete unreferenced missing.txt in reallyclean. Delete it in
  debian/rules, which is what creates it.
- Fix make clean to delete driver stuff in tmp dir.
- Version build-dependency on libdebconfclient0.
- Add hd-media image type, for installs from ISOs on a hard drive.
- Fixed type listing when incorrect type is given (don't loop).
- Add all_clean target.
- TODO updates
- README updates
- add usage message to pkg-lists

Revision 4608 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 21:41:37 2003 UTC (9 years, 7 months ago) by joeyh
File length: 1054 byte(s)
Diff to previous 4279 , to selected 483
- remove my daily build stuff from Makefile
- remove code to rm a $(TEMP)/modules directory that is not referenced anywhere
- also code to remove $(NETDRIVERS), also unreferenced
- remove the USER_MOUNT_HACK
- make the TYPE sanity check clearer (combine it all into one place, commnent)
- update copyright
- broke list file parsing out into a standalone program (pkg-list), and
  removed the nasty, nasty code that used to do this
- removed NO_KERNEL and NO_BASE hacks. Instead list files can #include
  "base" and/or "kernel" to get those.
- modified all list files to include base/kernel as necessary
- no need for a versioned dep on sed anymore, removed it (good riddance!)
- many comment cleanups
- move wget-cache removal to the crufy old debian/rules, which creates it.
- move pcmcia-cs-udeb to the net_drivers image. Library reduction should still
  kick in for it
- Don't fail get_udebs if the apt-get update fails. It will fail later if not
  all required udebs are already downloaded. This allows for offline builds.
- Add a config/local, that can override other configs. I use it to set my
  floppy device. Like sources.list.local, it is not in CVS
- add a NO_TERMINFO to prevent copying of that for the bootfloppy.
  Terminfo should really be in a udeb..
- reordered targets
- remove fetch-sources and compile-udebs targets. If you used them, I will
  put them back, but they're unreferenced and look crufty
- don't generate -reduced entries in status for the kernel image
  (it was finding .dep files..)
- remove DEBUGUDEBDIR in reallyclean
- if a /etc/apt/sources.list item does not have "main" on it, it is probably
  not something to use for d-i
- add a warning comment to the top of generated sources.list
- add a FLOPPY_SIZE to netboot config. 1440 is a bit too small, but 2880
  may be far too big, so it needs tweaking
- remove extraneous dd in make/arch/linux-i386, the mkfs.mdsos -C will
  set up the file
- doc updates for new sources.list system, etc
- add listtypes target to makefile
- add sources.list to .cvsignore
- fix regexp for reduced font file in .cvsignore
- moved some more paths out of the main Makefile to config/dir
- corrected wording in the powerpc boot.msg file

Revision 4279 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 13:18:30 2003 UTC (9 years, 8 months ago) by joeyh
File length: 1260 byte(s)
Diff to previous 4274 , to selected 483
ways to save even more space

Revision 4274 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 12:54:58 2003 UTC (9 years, 8 months ago) by joeyh
File length: 1000 byte(s)
Diff to previous 3580 , to selected 483
would be nice

Revision 3580 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 18 08:30:51 2003 UTC (9 years, 10 months ago) by joeyh
File length: 891 byte(s)
Diff to previous 3517 , to selected 483
update

Revision 3517 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 20:07:54 2003 UTC (9 years, 10 months ago) by joeyh
File length: 780 byte(s)
Diff to previous 3434 , to selected 483
update

Revision 3434 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:35:04 2003 UTC (9 years, 10 months ago) by joeyh
File length: 683 byte(s)
Diff to previous 950 , to selected 483
more minor doc updates

Revision 950 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:55:22 2002 UTC (10 years, 8 months ago) by porridge
File length: 566 byte(s)
Diff to previous 788 , to selected 483
Bail out if there is more than one version of an udeb in a single directory.
Also check that all needed udebs are available.

Revision 788 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 19:35:05 2002 UTC (10 years, 9 months ago) by joeyh
File length: 707 byte(s)
Diff to previous 710 , to selected 483
dev/null an unimportant message, typo

Revision 710 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 21:19:53 2002 UTC (10 years, 11 months ago) by joeyh
File length: 744 byte(s)
Diff to previous 551 , to selected 483
update

Revision 551 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 08:03:25 2001 UTC (12 years, 2 months ago) by dwhedon
File length: 707 byte(s)
Diff to previous 547 , to selected 483
suggestion for apt to behave better

Revision 547 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 04:04:10 2001 UTC (12 years, 3 months ago) by joeyh
File length: 477 byte(s)
Diff to previous 531 , to selected 483
minor changes that have been sitting here for a while

Revision 531 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 16 22:56:51 2001 UTC (12 years, 3 months ago) by joeyh
File length: 221 byte(s)
Diff to previous 523 , to selected 483
done

Revision 523 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 04:24:31 2001 UTC (12 years, 3 months ago) by joeyh
File length: 317 byte(s)
Diff to previous 514 , to selected 483
Improved stats.

Somehow 2 copies of libdebconf are being installed (one by mklibs.sh..),
which wastes 40k. This needs to be fixed.

Revision 514 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 01:49:18 2001 UTC (12 years, 3 months ago) by joeyh
File length: 432 byte(s)
Diff to previous 483
DNS needs to be fixed

Revision 483 - (view) (download) (annotate) - [selected]
Modified Wed Feb 7 19:06:27 2001 UTC (12 years, 3 months ago) by joeyh
File length: 221 byte(s)
Diff to previous 447
added syslinux options variable, some other minor fixes to the Makefile,
which still needs more target dep work

Revision 447 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 07:50:31 2001 UTC (12 years, 3 months ago) by joeyh
File length: 141 byte(s)
Diff to previous 419 , to selected 483
this todo list is _evaporating_. Sweet!
readme updates too

Revision 419 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 06:44:49 2001 UTC (12 years, 3 months ago) by dwhedon
File length: 251 byte(s)
Diff to previous 357 , to selected 483
tried to make modules happy by creating modules.dep, they aren't happy yet.
now we are using an initrd
unpacks kernel-image-2.4.0-di and extracts the info, this will be done more clea
nly once the kernel image is available on the net.
general cleanups, it is still a bit ugly

Revision 357 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 21 23:28:29 2001 UTC (12 years, 4 months ago) by joeyh
File length: 250 byte(s)
Diff to previous 356 , to selected 483
oh, ok -- use copy:/ rather than file:/

Revision 356 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 21 23:25:49 2001 UTC (12 years, 4 months ago) by joeyh
File length: 287 byte(s)
Diff to previous 355 , to selected 483
eep, a rather bad bug

Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 21 23:24:13 2001 UTC (12 years, 4 months ago) by joeyh
File length: 250 byte(s)
Diff to previous 342 , to selected 483
added cdebconf

Revision 342 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 08:30:21 2001 UTC (12 years, 4 months ago) by joeyh
File length: 58 byte(s)
Diff to previous 338 , to selected 483
Add info about all libraries that are pulled in by mklibs.sh to status
file. There are still issues here..

Revision 338 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 08:09:56 2001 UTC (12 years, 4 months ago) by joeyh
File length: 283 byte(s)
Diff to previous 332 , to selected 483
implemented status file reduction, for a few 1 savings

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 01:58:15 2001 UTC (12 years, 4 months ago) by joeyh
File length: 544 byte(s)
Diff to previous 331 , to selected 483
tweaks

Revision 331 - (view) (download) (annotate) - [select for diffs]
Added Fri Jan 12 01:04:22 2001 UTC (12 years, 4 months ago) by joeyh
File length: 283 byte(s)
Diff to selected 483
added provision for sources.list.local to override sources.list

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5