~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Colin Watson
  • Date: 2005-11-06 15:38:52 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:colin.watson@canonical.com--2005%debian-cd--ubuntu--0--patch-210
merge from upstream up to patch-790
Patches applied:

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-788
   Install testingcds as an example

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-789
   Mention testingcds and task update

 * debian-cd@arch.ubuntu.com/debian-cd--MAIN--0--patch-790
   Multiple changes before final release:

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
unset INSTALLER_CD      || true
48
48
unset DI_CODENAME       || true
49
49
unset MAXCDS            || true
50
 
unset OMIT_MANUAL       || true
 
50
unset OMIT_MANUAL           || true
 
51
unset OMIT_RELEASE_NOTES || true
51
52
 
52
53
if [ -z "$PROJECT" ]; then
53
54
  PROJECT=ubuntu
370
371
# If so the README will link to the manual on the web site.
371
372
#export OMIT_MANUAL=1
372
373
 
 
374
# Set to 1 to save space by omitting the release notes
 
375
# If so we will link to them on the web site.
 
376
export OMIT_RELEASE_NOTES=0
 
377
 
 
378
# Set this to override the defaul location
 
379
#export RELEASE_NOTES_LOCATION="http://www.debian.org/releases/$CODENAME"
 
380
 
373
381
SKIPMIRRORCHECK=yes
374
382
 
375
383
COMPLETE=0