/[debian-cd]/branches
ViewVC logotype

Log of /branches

View Directory Listing Directory Listing


Sticky Revision:

Revision 2558 - Directory Listing
Modified Mon May 6 13:08:31 2013 UTC (13 days, 2 hours ago) by farbror-guest
Branch off wheezy for stable builds

Revision 2463 - Directory Listing
Modified Sat Sep 29 22:34:12 2012 UTC (7 months, 2 weeks ago) by farbror-guest
Build 6.0.6

Revision 2462 - Directory Listing
Modified Sat Sep 29 22:26:14 2012 UTC (7 months, 2 weeks ago) by farbror-guest
Build 6.0.6

Revision 2455 - Directory Listing
Modified Sat Sep 29 12:04:16 2012 UTC (7 months, 2 weeks ago) by 93sam
BACKPORT: Merge version-tracking sort_deps code from current trunk (r2448)

Revision 2454 - Directory Listing
Modified Sat Sep 29 11:57:57 2012 UTC (7 months, 2 weeks ago) by 93sam
BACKPORT: Remove -e bashisms from Makefile

Revision 2453 - Directory Listing
Modified Sat Sep 29 11:51:04 2012 UTC (7 months, 2 weeks ago) by 93sam
BACKPORT: Make grab_md5 more robust

Revision 2444 - Directory Listing
Modified Wed Sep 26 18:09:50 2012 UTC (7 months, 3 weeks ago) by 93sam
Switch over to using Packages-style syntax instead of apt's internal
structures, as suggested by David.

Add the APT::Cache::ShowVersion=1 option to the apt-cache calls to
turn on version reporting.

Once this change has gone into apt-cache as well, we're all set.


Revision 2440 - Directory Listing
Modified Tue Sep 25 22:44:08 2012 UTC (7 months, 3 weeks ago) by 93sam
Major re-work of sort_deps to deal with versioned dependencies

Changes:

Use/parse output from a newer version of apt so that "apt-cache
depends" will include version information on dependencies.

All tracking of packages now include versions, so we pass around
hashes of {package name, comparison op, version} everywhere instead of
simply passing package names as strings.

WIP for now; apt-cache is likely to change format before we ship
this...


Revision 2439 - Directory Listing
Modified Tue Sep 25 21:46:50 2012 UTC (7 months, 3 weeks ago) by 93sam
Create branch for WIP on adding version-tracking to sort_deps

Revision 2438 - Directory Listing
Modified Tue Sep 25 21:25:23 2012 UTC (7 months, 3 weeks ago) by 93sam
Rearrange EFI prep code

efi-image is now run in d-i, so we don't need in debian-cd any more.
Instead, pull the grub loader and modules out of debian-cd_info.tar.gz


Revision 2437 - Directory Listing
Modified Thu Sep 20 11:49:23 2012 UTC (7 months, 4 weeks ago) by 93sam
BLS=4 for BIOS boot

Revision 2433 - Directory Listing
Modified Sun Sep 2 22:49:35 2012 UTC (8 months, 2 weeks ago) by 93sam
Add partman-efi for i386 EFI partitioning

Revision 2432 - Directory Listing
Modified Sun Sep 2 22:48:25 2012 UTC (8 months, 2 weeks ago) by 93sam
Make EFI support more generic:

 * Add support for i386
 * Refactor things so that we can do m-a EFI as well, including adding
   grub menu options to grub.cfg as we create the CD
 * Add logic to create the FAT EFI partition as well, so we can also
   do a m-a version


Revision 2431 - Directory Listing
Modified Sun Sep 2 22:45:21 2012 UTC (8 months, 2 weeks ago) by 93sam
Remove boot menu entries, now added by boot-x86 instead at runtime

Revision 2422 - Directory Listing
Modified Thu Aug 23 15:14:38 2012 UTC (8 months, 3 weeks ago) by 93sam
Add log message mentioning EFI

Revision 2421 - Directory Listing
Modified Thu Aug 23 15:11:02 2012 UTC (8 months, 3 weeks ago) by 93sam
Almost complete amd64 EFI support:

 * If we're using xorriso, include the FAT partition containing the
   EFI loader, so now we will boot off USB too \o/
 * Rearrange the order of the script for clarity
 * Add more comments explaining what we're doing


Revision 2420 - Directory Listing
Modified Tue Aug 21 23:38:09 2012 UTC (8 months, 3 weeks ago) by 93sam
Add graphical installer option, hack to tweak text layout

Revision 2419 - Directory Listing
Modified Tue Aug 21 23:00:53 2012 UTC (8 months, 3 weeks ago) by 93sam
add grub-efi packages for x86 arches

Revision 2418 - Directory Listing
Modified Wed Aug 15 18:07:14 2012 UTC (9 months ago) by 93sam
Load the png module so the splash screen displays

Revision 2417 - Directory Listing
Modified Mon Aug 13 13:23:38 2012 UTC (9 months ago) by 93sam
Move the mkisofs_opts calls until after we've copied the isolinux.bin file into place

Revision 2415 - Directory Listing
Modified Mon Aug 13 13:13:50 2012 UTC (9 months ago) by 93sam
Merge boot-load-size changes from trunk

Revision 2413 - Directory Listing
Modified Sun Aug 12 00:37:54 2012 UTC (9 months ago) by 93sam
Extra updated packages

Revision 2412 - Directory Listing
Modified Sun Aug 12 00:37:31 2012 UTC (9 months ago) by 93sam
Improved grub boot menu

Revision 2410 - Directory Listing
Modified Mon Aug 6 23:43:06 2012 UTC (9 months, 1 week ago) by 93sam
Add partman-efi for EFI partitioning

Revision 2409 - Directory Listing
Modified Mon Aug 6 01:54:39 2012 UTC (9 months, 1 week ago) by 93sam
Trivial grub config. Not pretty, but it works

Revision 2408 - Directory Listing
Modified Mon Aug 6 01:53:41 2012 UTC (9 months, 1 week ago) by 93sam
add efi.img to the CD, and turn on the eltorito boot code

Revision 2407 - Directory Listing
Modified Mon Aug 6 01:52:38 2012 UTC (9 months, 1 week ago) by 93sam
make mkfs.msdos quieter

Revision 2406 - Directory Listing
Modified Sun Aug 5 23:08:37 2012 UTC (9 months, 1 week ago) by 93sam
WIP on amd64 EFI support

Revision 2405 - Directory Listing
Modified Sun Aug 5 20:03:10 2012 UTC (9 months, 1 week ago) by 93sam
Borrowed efi-image script from Ubuntu's debian-installer build scripts.
Waiting on license header, will add that later when it shows up.

Revision 2404 - Directory Listing
Modified Sun Aug 5 16:05:17 2012 UTC (9 months, 1 week ago) by 93sam
working branch for EFI

Revision 2399 - Directory Listing
Modified Sun Jul 22 18:29:54 2012 UTC (9 months, 3 weeks ago) by 93sam
create debian-edu experimentation branch

Revision 2360 - Directory Listing
Modified Sat Jul 7 23:28:25 2012 UTC (10 months, 1 week ago) by 93sam
* Don't exclude all the udebs for s390. Some users really do need them
  (loading from a CD/DVD used over the network). Closes: Bug #673576
* Explicitly add s390-tools and sysconfig-hardware for s390.

Revision 2341 - Directory Listing
Modified Wed May 30 08:13:44 2012 UTC (11 months, 2 weeks ago) by 93sam
BACKPORT: Describe discs appropriately depending on the kernel used.


Revision 2339 - Directory Listing
Modified Wed May 30 08:06:27 2012 UTC (11 months, 2 weeks ago) by farbror-guest
r5 changes

Revision 2331 - Directory Listing
Modified Sat May 12 21:44:51 2012 UTC (12 months ago) by farbror-guest
latest squeeze popcon

Revision 2288 - Directory Listing
Modified Wed Nov 30 17:51:14 2011 UTC (17 months, 2 weeks ago) by 93sam
backport s390 d390.ins boot file tweak from trunk

Revision 2267 - Directory Listing
Modified Fri Aug 5 13:12:29 2011 UTC (21 months, 2 weeks ago) by 93sam
Backport from trunk:
Add zfsutils for kfreebsd users.

Revision 2259 - Directory Listing
Modified Tue Jul 5 10:50:49 2011 UTC (22 months, 2 weeks ago) by 93sam
  * Multiple update-cd changes:
    + Merged and simplified the old functionality from scansources.old
      and scanpackages.old into the new script create_control.
    + Run the mkisofs step *outside* of "set -e" so that we can actually
      report errors instead of silently failing.
    + Split out the code for starting a new disc into a function.
    + Pick up on a potential bug: if we finish the last (expected) disc with
      a backed-out file, make sure we create another image to include that
      file too.

Revision 2256 - Directory Listing
Modified Mon Jul 4 15:16:22 2011 UTC (22 months, 2 weeks ago) by farbror-guest
latest popcon

Revision 2252 - Directory Listing
Modified Sat Jun 25 16:42:44 2011 UTC (22 months, 3 weeks ago) by farbror-guest
Fix Makefile indent

Revision 2250 - Directory Listing
Modified Fri Jun 10 17:00:28 2011 UTC (23 months, 1 week ago) by 93sam
Wrap ARCHES in quotes as it may contain spaces

Revision 2248 - Directory Listing
Modified Fri Jun 10 16:51:52 2011 UTC (23 months, 1 week ago) by 93sam
backport firmware support changes from trunk

Revision 2240 - Directory Listing
Modified Fri Jun 10 13:33:56 2011 UTC (23 months, 1 week ago) by 93sam
copy latest make-firmware-image script from trunk

Revision 2239 - Directory Listing
Modified Fri Jun 10 13:33:48 2011 UTC (23 months, 1 week ago) by 93sam
copy latest make-firmware-image script from trunk

Revision 2238 - Directory Listing
Modified Fri Jun 10 13:33:12 2011 UTC (23 months, 1 week ago) by 93sam
copy latest make-firmware-image script from trunk

Revision 2232 - Directory Listing
Modified Thu Jun 9 16:18:37 2011 UTC (23 months, 1 week ago) by 93sam
backport latest trunk version of grab_md5 for new Packages.gz layout

Revision 2231 - Directory Listing
Modified Thu Jun 9 16:18:27 2011 UTC (23 months, 1 week ago) by 93sam
backport latest trunk version of grab_md5 for new Packages.gz layout

Revision 2223 - Directory Listing
Modified Sat Apr 30 21:59:27 2011 UTC (2 years ago) by 93sam
Switch to the more generic wrapper package

Revision 2222 - Directory Listing
Modified Sat Apr 30 21:51:53 2011 UTC (2 years ago) by 93sam
Add linux-image-2.6-686-bigmem to tasks/<release>/interesting-fromcd23
to try and put that on i386 image sets before linux-image-amd64. Closes: #622622


Revision 2212 - Directory Listing
Modified Sun Apr 10 10:33:02 2011 UTC (2 years, 1 month ago) by 93sam
Add btrfs-tools on required packages by installer. Closes: #612007.

Revision 2205 - Directory Listing
Modified Thu Mar 24 13:26:39 2011 UTC (2 years, 1 month ago) by 93sam
merge update-cd changes back from trunk again

Revision 2198 - Directory Listing
Modified Thu Mar 24 02:16:23 2011 UTC (2 years, 1 month ago) by 93sam
generate list files directly while we still have the CD tree available

Revision 2197 - Directory Listing
Modified Thu Mar 24 02:11:50 2011 UTC (2 years, 1 month ago) by 93sam
generate list files directly while we still have the CD tree available

Revision 2194 - Directory Listing
Modified Wed Mar 23 17:26:03 2011 UTC (2 years, 1 month ago) by 93sam
  * Update make_disc_trees.pl and which_deb to cope with different
    types of source file, and clean up the code in that area.

Revision 2191 - Directory Listing
Modified Wed Mar 23 17:07:51 2011 UTC (2 years, 1 month ago) by farbror-guest
latest squeeze popcon data

Revision 2190 - Directory Listing
Modified Wed Mar 23 17:07:25 2011 UTC (2 years, 1 month ago) by farbror-guest
Revamp of update-cd for the 6.0.1a release:

 * Remove the old non-US stuff from it, it's not been needed in years.
 * Cope with .bz2 source files too.
 * Merged and simplified the old functionality from scansources.old
   and scanpackages.old into the new script create_control.


Revision 2189 - Directory Listing
Modified Tue Mar 22 11:13:52 2011 UTC (2 years, 1 month ago) by farbror-guest
re-add old script needed for update_cd

Revision 2187 - Directory Listing
Modified Sun Mar 20 02:46:59 2011 UTC (2 years, 2 months ago) by farbror-guest
gah, add armel to the arch list

Revision 2185 - Directory Listing
Modified Sat Mar 19 21:52:29 2011 UTC (2 years, 2 months ago) by farbror-guest
Update the update-cd script for squeeze.

Started off as minor changes, but then also updated how things work in core
logic. We've been making broken over-sized update CDs for a while, as the
code didn't check for being over-full properly. Used to work better when we
had smaller packages, but now it's not working. Change to the method used in
the main debian-cd code: add packages one at a time until we go over, then
remove the last package. Works fine now.


Revision 2184 - Directory Listing
Modified Sat Mar 19 21:47:28 2011 UTC (2 years, 2 months ago) by farbror-guest
latest squeeze popcon data

Revision 2183 - Directory Listing
Modified Sat Mar 19 10:40:55 2011 UTC (2 years, 2 months ago) by 93sam
Backport more fixes from trunk:

 * Size-override code updates
 * Make source DVDs fit better
 * Add more checksum types to the generated Release files
 * Tone down messages about missing include/exclude files


Revision 2182 - Directory Listing
Modified Sun Mar 6 19:19:46 2011 UTC (2 years, 2 months ago) by 93sam
Backport from trunk:
In the boot prompt for powerpc, make install64 more prominent.
Closes: #614583


Revision 2156 - Directory Listing
Modified Tue Feb 22 21:05:31 2011 UTC (2 years, 2 months ago) by 93sam
backport fix for 612224

Revision 2148 - Directory Listing
Modified Sat Feb 5 09:42:04 2011 UTC (2 years, 3 months ago) by 93sam
start squeeze branch

Revision 2133 - Directory Listing
Modified Mon Jan 24 10:42:22 2011 UTC (2 years, 3 months ago) by farbror-guest
latest lenny popcon data

Revision 2105 - Directory Listing
Modified Wed Dec 1 13:35:02 2010 UTC (2 years, 5 months ago) by farbror-guest
Make sure that the ISO is as new/newer than the jigdo file; #587774

Revision 2104 - Directory Listing
Modified Wed Dec 1 13:33:09 2010 UTC (2 years, 5 months ago) by farbror-guest
latest popcon data for lenny

Revision 2087 - Directory Listing
Modified Sun Nov 14 14:08:02 2010 UTC (2 years, 6 months ago) by 93sam
Current state of lenny build scripts

Revision 2008 - Directory Listing
Modified Sat Jun 26 23:42:02 2010 UTC (2 years, 10 months ago) by 93sam
update: merge changes from etch branch, cope with filesystem layout changes

Revision 2007 - Directory Listing
Modified Sat Jun 26 23:22:09 2010 UTC (2 years, 10 months ago) by farbror-guest
update to data used in lenny r5 build

Revision 2002 - Directory Listing
Modified Wed May 26 17:20:59 2010 UTC (2 years, 11 months ago) by farbror-guest
Multiple updates:

 * changed default locations for the farbror to pettersson move
 * genisoimage has moved, and we want to do more checksums that way
 * grab md5 data for packages for *all* arches; have to cope with
   binary-all files that mighe be stale. :-(


Revision 2001 - Directory Listing
Modified Wed May 26 17:14:34 2010 UTC (2 years, 11 months ago) by farbror-guest
data from the etch r9 builds

Revision 1992 - Directory Listing
Modified Sat May 22 00:58:21 2010 UTC (2 years, 11 months ago) by farbror-guest
Backport r1911 and r1935: recognise and ignore Breaks: and Enhances: lines

Revision 1991 - Directory Listing
Modified Sat May 22 00:53:04 2010 UTC (2 years, 11 months ago) by farbror-guest
backport of r1927: bashism in tools/apt-selection (#530972)

Revision 1962 - Directory Listing
Modified Sun Oct 11 18:21:01 2009 UTC (3 years, 7 months ago) by farbror-guest
s390: specify offset and size of the initrd for booting from CD

For booting with an initramfs initrd we apparently need to specify its
offset and size at specific memory locations. Backported from trunk.

Change is based on SuSE's CD boot. Many thanks to Adam Thornton, Mark Post
(of Novell) and Bastian Blank for providing the pointers to the missing bits.


Revision 1960 - Directory Listing
Modified Mon Oct 5 19:42:29 2009 UTC (3 years, 7 months ago) by 93sam
Merge fix for #542191 back onto the lenny branch

Revision 1956 - Directory Listing
Modified Wed Sep 9 19:39:25 2009 UTC (3 years, 8 months ago) by farbror-guest
lenny r3 release

Revision 1955 - Directory Listing
Modified Wed Sep 9 19:39:02 2009 UTC (3 years, 8 months ago) by farbror-guest
add firmware-bnx2x

Revision 1923 - Directory Listing
Modified Sat Jun 13 15:00:36 2009 UTC (3 years, 11 months ago) by farbror-guest
Display message for unsupported sparc subarchitectures

Revision 1900 - Directory Listing
Modified Mon Apr 13 23:55:36 2009 UTC (4 years, 1 month ago) by farbror-guest
Version used for lenny r1

Revision 1893 - Directory Listing
Modified Thu Apr 2 12:30:20 2009 UTC (4 years, 1 month ago) by farbror-guest
update the popcon results from current

Revision 1892 - Directory Listing
Modified Thu Apr 2 12:28:42 2009 UTC (4 years, 1 month ago) by 93sam
Backport the fix for #518145: broken deps handling

Revision 1890 - Directory Listing
Modified Thu Apr 2 12:16:21 2009 UTC (4 years, 1 month ago) by 93sam
Sort dependencies better: if A dep B then we should NOT list A before Bsvn diff | less

Revision 1888 - Directory Listing
Modified Wed Apr 1 23:22:51 2009 UTC (4 years, 1 month ago) by 93sam
push wpasupplicant onto CD#1; #517298

Revision 1886 - Directory Listing
Modified Wed Apr 1 21:30:03 2009 UTC (4 years, 1 month ago) by 93sam
Fix #endif

Revision 1885 - Directory Listing
Modified Wed Apr 1 21:25:15 2009 UTC (4 years, 1 month ago) by 93sam
Go back to the etch wording for official images

Revision 1884 - Directory Listing
Modified Wed Apr 1 21:23:34 2009 UTC (4 years, 1 month ago) by 93sam
Don't call images beta if they're using OFFICIAL_VAL == 2. #516353

Revision 1875 - Directory Listing
Modified Sat Feb 14 15:56:24 2009 UTC (4 years, 3 months ago) by farbror-guest
Cope with dedication files location moving. LENNY HACK HACK

Revision 1874 - Directory Listing
Modified Sat Feb 14 15:37:02 2009 UTC (4 years, 3 months ago) by 93sam
Quick hack for lenny dedication - hardcode version num

Revision 1873 - Directory Listing
Modified Sat Feb 14 12:27:21 2009 UTC (4 years, 3 months ago) by 93sam
Creating lenny build branch

Revision 1832 - Directory Listing
Modified Thu Dec 25 23:51:30 2008 UTC (4 years, 4 months ago) by farbror-guest
checkin of last config before removal on farbror

Revision 1827 - Directory Listing
Modified Wed Dec 17 23:31:09 2008 UTC (4 years, 5 months ago) by farbror-guest
Add support for extensions to imagesums

Revision 1821 - Directory Listing
Modified Tue Dec 9 23:11:59 2008 UTC (4 years, 5 months ago) by farbror-guest
versions used for etch r5a

Revision 1820 - Directory Listing
Modified Tue Dec 9 23:11:37 2008 UTC (4 years, 5 months ago) by farbror-guest
Add support for MD5SUMS.

Revision 1819 - Directory Listing
Modified Tue Dec 9 23:10:44 2008 UTC (4 years, 5 months ago) by farbror-guest
copy changes back from HEAD for the etchnhalf builds

Revision 1772 - Directory Listing
Modified Tue Nov 18 01:48:22 2008 UTC (4 years, 6 months ago) by farbror-guest
Stop copying the /tools/ directory on from the mirror; it's going away

Revision 1771 - Directory Listing
Modified Tue Nov 18 01:46:38 2008 UTC (4 years, 6 months ago) by farbror-guest
Stop copying the /tools/ directory on from the mirror; it's going away

Revision 1746 - Directory Listing
Modified Sun Nov 2 02:59:35 2008 UTC (4 years, 6 months ago) by farbror-guest
update from current trunk

Revision 1729 - Directory Listing
Modified Thu Oct 16 10:09:21 2008 UTC (4 years, 7 months ago) by farbror-guest
Include correct forcd1 file in kde/xfce tasks

Revision 1676 - Directory Listing
Modified Wed Aug 6 21:34:20 2008 UTC (4 years, 9 months ago) by farbror-guest
trivial name change for the etchnhalf CDs

Revision 1675 - Directory Listing
Modified Wed Aug 6 18:24:48 2008 UTC (4 years, 9 months ago) by manty
Change the CD description on the F1 screen to reflect that this is etchnhalf.

Revision 1674 - Directory Listing
Modified Wed Aug 6 18:18:48 2008 UTC (4 years, 9 months ago) by manty
Added tasks/exclude-etch-all from etch for the final build, without this file the build would fail.

Revision 1666 - Directory Listing
Modified Mon Jul 21 14:55:49 2008 UTC (4 years, 9 months ago) by 93sam
build.sh: append 'etchnhalf' to DEBVERSION

Revision 1665 - Directory Listing
Modified Mon Jul 21 14:00:59 2008 UTC (4 years, 9 months ago) by 93sam
Further improvements to the README

Revision 1664 - Directory Listing
Modified Mon Jul 21 11:53:59 2008 UTC (4 years, 9 months ago) by 93sam
Adjust README for the etchnhalf netinst

Revision 1663 - Directory Listing
Modified Fri Jul 18 17:40:32 2008 UTC (4 years, 10 months ago) by 93sam
start_new_disc: Hardcode CAPCODENAME to 'Etch-and-a-half'

Revision 1662 - Directory Listing
Modified Fri Jul 18 17:25:44 2008 UTC (4 years, 10 months ago) by 93sam
start_new_disc: drop 'Binary-1' from the long description as well

Revision 1661 - Directory Listing
Modified Fri Jul 18 16:04:01 2008 UTC (4 years, 10 months ago) by 93sam
start_new_disc: modifications for etchnhalf:
- drop 'Bin-1' from the volume label; DEBVERSION should be set to '4.0r4-etchnhalf'
- set .disk/cd_type to full_cd to allow additional CDs to be scanned

Revision 1659 - Directory Listing
Modified Fri Jul 18 15:23:09 2008 UTC (4 years, 10 months ago) by 93sam
Fix from trunk to use correct debian-installer+kernel variant when building netinst CDs

Revision 1658 - Directory Listing
Modified Fri Jul 18 15:21:26 2008 UTC (4 years, 10 months ago) by 93sam
Update generate_di* scripts for etchnhalf netinst
- include the etchnhalf kernels
- busybox is not needed by initramfs-tools in etch
- acpi-support-base does not exist in etch
- m68k is not a release arch for etch

Revision 1656 - Directory Listing
Modified Fri Jul 18 14:05:09 2008 UTC (4 years, 10 months ago) by 93sam
generate_di_list: m68k is not a release arch, so remove it

Revision 1655 - Directory Listing
Modified Fri Jul 18 13:36:23 2008 UTC (4 years, 10 months ago) by 93sam
Update README.html.in for Etch to Lenny version; still needs specific changes for the etchnhalf netinst

Revision 1654 - Directory Listing
Modified Fri Jul 18 13:35:12 2008 UTC (4 years, 10 months ago) by 93sam
Backport compatible improvements in the README.html.in from the Lenny
version for compatibility between etch and etch-and-a-half images

Revision 1653 - Directory Listing
Modified Fri Jul 18 13:01:59 2008 UTC (4 years, 10 months ago) by 93sam
Add warning against uploading in changelog

Revision 1652 - Directory Listing
Modified Fri Jul 18 13:00:23 2008 UTC (4 years, 10 months ago) by 93sam
Revert tasks files to Etch status

Revision 1648 - Directory Listing
Modified Fri Jul 18 12:52:39 2008 UTC (4 years, 10 months ago) by 93sam
New branch to create 'etch-and-a-half' netinst image
This image combines stable archive with Lenny installer.
The branch is based on current trunk, but selected data files and tasks will be
taken from the etch branch. Some specific changes will be needed for the netinst.

Revision 1642 - Directory Listing
Modified Fri Jul 18 12:38:10 2008 UTC (4 years, 10 months ago) by 93sam
Make sure we use the right version of debootstrap for the build

Revision 1641 - Directory Listing
Modified Fri Jul 18 12:29:37 2008 UTC (4 years, 10 months ago) by 93sam
tasks: update for Etch 4.0r3

Revision 1640 - Directory Listing
Modified Fri Jul 18 12:25:35 2008 UTC (4 years, 10 months ago) by 93sam
Add changelog entry

Revision 1639 - Directory Listing
Modified Fri Jul 18 12:23:28 2008 UTC (4 years, 10 months ago) by 93sam
tools/imagesums: use newer features in latest mkisofs/genisoimage to grab
pre-calculated MD5 and SHA1 checksums directly from the jigdo file

Revision 1638 - Directory Listing
Modified Fri Jul 18 12:17:19 2008 UTC (4 years, 10 months ago) by 93sam
Minor logging changes

Revision 1637 - Directory Listing
Modified Fri Jul 18 12:14:24 2008 UTC (4 years, 10 months ago) by 93sam
update-cd: update for Etch 4.0r3

Revision 1560 - Directory Listing
Modified Sat Jan 19 20:06:44 2008 UTC (5 years, 4 months ago) by fjp
Move branch etch_r0_build to buildd/etch

Revision 1559 - Directory Listing
Modified Sat Jan 19 19:52:56 2008 UTC (5 years, 4 months ago) by fjp
Create new build host branch for sarge based on r976, which is apparently when the sarge dir on farbror was created

Revision 1558 - Directory Listing
Modified Sat Jan 19 18:50:54 2008 UTC (5 years, 4 months ago) by fjp
Move tag last_slink_version to buildd/slink branch

Revision 1557 - Directory Listing
Modified Sat Jan 19 18:48:47 2008 UTC (5 years, 4 months ago) by fjp
Create new dir for branches on the debian-cd build host

Revision 1556 - Directory Listing
Modified Sat Jan 19 18:46:43 2008 UTC (5 years, 4 months ago) by fjp
Remove uninteresting branch off22r3

Revision 1555 - Directory Listing
Modified Sat Jan 19 18:45:18 2008 UTC (5 years, 4 months ago) by fjp
Remove redundant branch slink_cd (identical to tag v1.13)

Revision 1554 - Directory Listing
Modified Sat Jan 19 18:44:31 2008 UTC (5 years, 4 months ago) by fjp
Remove redundant branch source-dist (identical to tag v2.1.90)

Revision 883 - Directory Listing
Modified Thu Jul 21 23:01:32 2005 UTC (7 years, 9 months ago) by joeyh
This branch is no longer used by debian-edu. Instead we keep a patch to
current svn in our repo. We might use svk to maintain this better later..

Revision 812 - Directory Listing
Modified Mon Jan 3 00:13:43 2005 UTC (8 years, 4 months ago) by joeyh
merge base-sarge update from head

Revision 794 - Directory Listing
Modified Mon Nov 22 00:55:02 2004 UTC (8 years, 5 months ago) by joeyh
move to correct location

Revision 793 - Directory Listing
Modified Sun Nov 21 20:37:01 2004 UTC (8 years, 5 months ago) by joeyh
add base_exclude containing packages that woody's debootstrap
(0.1.17.7woody1) thinks are in sarge base, to allow building on
machines running woody or skolelinux.

Revision 787 - Directory Listing
Modified Mon Oct 25 23:40:31 2004 UTC (8 years, 6 months ago) by joeyh
exclude new kernels to regain space

Revision 757 - Directory Listing
Modified Thu Sep 16 16:59:09 2004 UTC (8 years, 8 months ago) by joeyh
merge recent changes from head to debian-edu branch

Revision 751 - Directory Listing
Modified Wed Sep 8 20:05:35 2004 UTC (8 years, 8 months ago) by joeyh
drop 2.4.27 speakup kernel

Revision 750 - Directory Listing
Modified Tue Sep 7 18:52:52 2004 UTC (8 years, 8 months ago) by joeyh
fixup kernel excludes

Revision 749 - Directory Listing
Modified Tue Sep 7 17:42:40 2004 UTC (8 years, 8 months ago) by joeyh
merged changes from debian-cd trunk to debian-edu branch

remove debian-edu task since it is linked into place from a generated file
in the debian-edu CD build system

Revision 723 - Directory Listing
Modified Sat Aug 7 17:35:58 2004 UTC (8 years, 9 months ago) by pere
New variable SPLASHPNG pointing to replacement splash image on i386.

Revision 708 - Directory Listing
Modified Mon Jul 19 13:53:30 2004 UTC (8 years, 10 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'debian-edu'.

Revision 693 - Directory Listing
Modified Wed Jul 14 18:51:08 2004 UTC (8 years, 10 months ago) by 93sam
Fixes to the md5-list usage:

Don't just echo the md5-list entry in DIJIGDO=2 binary; use it!

Lose the echo; not necessary any more, and it's confusing

Use source md5-lists in $(SDIR), not $(BDIR)

Clean up the right files

Revision 692 - Directory Listing
Modified Wed Jul 14 14:38:23 2004 UTC (8 years, 10 months ago) by pere
Reorder to better match priority order.

Revision 691 - Directory Listing
Modified Wed Jul 14 01:32:17 2004 UTC (8 years, 10 months ago) by 93sam
Use the new -md5-list JTE option to mkisofs to allow md5 checking at
image creation time rather than as a mirror-check step:

Added grab_md5 as a helper script to extract the filenames and MD5s
from Packages/Sources files

mirrorcheck target build now gone, replaced by mirrorcheck-binary and
mirrorcheck-source; updated build*.sh to cope with this.

Disable tools/mirror_check for now; actually remove it later.

Revision 687 - Directory Listing
Modified Mon Jul 12 22:51:10 2004 UTC (8 years, 10 months ago) by 93sam
Remove the check for JIGDOCMD

Revision 686 - Directory Listing
Modified Mon Jul 12 22:45:51 2004 UTC (8 years, 10 months ago) by 93sam
First checkin of the JTE changes.

Removed pi-makelist targets and docs

Revision 685 - Directory Listing
Modified Mon Jul 12 22:37:40 2004 UTC (8 years, 10 months ago) by 93sam
First checkin of the JTE changes.

The core of the changes to debian-cd are in the Makefile.

Remove old jigdo-generation rules and associated definitions:

JIGDOSCRIPT
$(TDIR)/jigdofilelist

Also removed the old pi-makelist rule; not needed any more

Added new, simplified code to generate .jigdo and .template files
using a JTE-patched mkisofs instead.

Revision 684 - Directory Listing
Modified Mon Jul 12 22:34:03 2004 UTC (8 years, 10 months ago) by 93sam
First checkin of JTE changes.

Add necessary definitions for the JTE code:

JIGDO_OPTS:    options to pass to mkisofs when making jigdo files
JIGDO_EXCLUDE: list of exclude patterns

Removed option JIGDOCMD; it's no longer used with JTE

Revision 683 - Directory Listing
Modified Mon Jul 12 22:30:02 2004 UTC (8 years, 10 months ago) by 93sam
First checkin of JTE changes.

Add a simple helper script jigdo_cleanup to sanitise the .jigdo files
after mkisofs-jte has created them. Add:

iso image filename
template filename
template info
fallback urls

to the raw .jigdo

Revision 682 - Directory Listing
Modified Mon Jul 12 22:26:43 2004 UTC (8 years, 10 months ago) by 93sam
First checkin of JTE changes.

The JTE patch includes direct support for making CDs bootable on
alpha, hppa, mips and mipsel. Specify the options necessary for
mkisofs to use that support.

Revision 679 - Directory Listing
Modified Mon Jul 12 21:22:05 2004 UTC (8 years, 10 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'jte_support'.

Revision 675 - Directory Listing
Modified Sun Jul 11 21:55:58 2004 UTC (8 years, 10 months ago) by pere
List packages in close to priority order.

Revision 671 - Directory Listing
Modified Sun Jul 11 21:19:39 2004 UTC (8 years, 10 months ago) by pere
Merge changes in HEAD branch from 2004-07-09 to now.

Revision 670 - Directory Listing
Modified Sun Jul 11 18:58:15 2004 UTC (8 years, 10 months ago) by pere
Some rules for woody.

Revision 658 - Directory Listing
Modified Wed Jul 7 02:22:43 2004 UTC (8 years, 10 months ago) by joeyh
merge recent changes from cvs head to debian-edu branch

Revision 655 - Directory Listing
Modified Sun Jul 4 22:53:56 2004 UTC (8 years, 10 months ago) by joeyh
exclude the 2.6.7 kernels

Revision 653 - Directory Listing
Modified Fri Jul 2 20:42:54 2004 UTC (8 years, 10 months ago) by joeyh
Un-exclude esmtp, this is a hack to make debian-cd include at again. Not
sure why it doesn't, since exim4-daemon-light is included.

Revision 652 - Directory Listing
Modified Fri Jul 2 19:28:54 2004 UTC (8 years, 10 months ago) by joeyh
merge MAXCDS patch from head

Revision 650 - Directory Listing
Modified Fri Jul 2 16:40:47 2004 UTC (8 years, 10 months ago) by joeyh
switch to c-style quoting, needed to build on sarge

Revision 649 - Directory Listing
Modified Wed Jun 30 02:48:03 2004 UTC (8 years, 10 months ago) by joeyh
allow for spaces in the command line

Revision 648 - Directory Listing
Modified Wed Jun 30 02:41:25 2004 UTC (8 years, 10 months ago) by joeyh
typo

Revision 647 - Directory Listing
Modified Wed Jun 30 02:18:41 2004 UTC (8 years, 10 months ago) by joeyh
work around strange cpp problem

Revision 646 - Directory Listing
Modified Wed Jun 30 00:33:49 2004 UTC (8 years, 10 months ago) by joeyh
Add a KERNEL_PARAMS variable that can be used to pass things like debconf
priority. No need to hardcode the debian-edu priority now.

Revision 645 - Directory Listing
Modified Tue Jun 29 23:39:56 2004 UTC (8 years, 10 months ago) by joeyh
The debian-edu CONF.sh moved to debian-edu CVS in build/CD, and the
build.sh changes are also moved to there.

Revision 644 - Directory Listing
Modified Tue Jun 29 23:25:08 2004 UTC (8 years, 10 months ago) by joeyh
merge from head

Revision 642 - Directory Listing
Modified Tue Jun 29 23:20:00 2004 UTC (8 years, 10 months ago) by joeyh
set IMAGETARGET in CONF.sh

Revision 641 - Directory Listing
Modified Tue Jun 29 22:42:57 2004 UTC (8 years, 10 months ago) by joeyh
ld autogenerated files each time through

Revision 639 - Directory Listing
Modified Tue Jun 29 22:36:24 2004 UTC (8 years, 10 months ago) by joeyh
Remove automatically generated files from debian-edu branch to avoid
merging headaches. In the debian-edu builds, these files will instead be
updated after every build.

Revision 638 - Directory Listing
Modified Tue Jun 29 22:33:50 2004 UTC (8 years, 10 months ago) by joeyh
commit changes needed to build debian-edu CDs to debian-edu branch

Revision 637 - Directory Listing
Modified Tue Jun 29 22:33:50 2004 UTC (8 years, 10 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'debian-edu'.

Revision 210 - Directory Listing
Modified Tue Apr 24 18:43:58 2001 UTC (12 years ago) by costar
Branch-off (well, I hope branching succeeds ;-) for potato without the
authentication stuff that was intended for woody only.

Revision 203 - Directory Listing
Modified Mon Apr 9 23:39:59 2001 UTC (12 years, 1 month ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'off22r3'.

Revision 41 - Directory Listing
Modified Thu Nov 11 17:10:42 1999 UTC (13 years, 6 months ago) by aph
initial import from debian-cd-2.1.90

Revision 40 - Directory Listing
Modified Thu Nov 11 17:10:37 1999 UTC (13 years, 6 months ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'source-dist'.

Revision 8 - Directory Listing
Modified Thu Apr 1 06:58:07 1999 UTC (14 years, 1 month ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'slink_cd'.

Revision 5 - Directory Listing
Modified Thu Apr 1 06:58:07 1999 UTC (14 years, 1 month ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'source-dist'.

Revision 4 - Directory Listing
Modified Thu Apr 1 06:58:02 1999 UTC (14 years, 1 month ago) by (unknown author)
This commit was manufactured by cvs2svn to create branch 'slinkcd'.

Revision 2 - Directory Listing
Added Thu Apr 1 06:58:02 1999 UTC (14 years, 1 month ago) by (unknown author)
New repository initialized by cvs2svn.

  ViewVC Help
Powered by ViewVC 1.1.5