reorder comments and add some new ones
This commit is contained in:
parent
2eb8f0f62a
commit
343e3bd9de
10
edu-build.sh
10
edu-build.sh
|
@ -18,6 +18,8 @@ DEBIAN_CD=~debian-cd/build/debian-cd
|
|||
suite=squeeze-test-amd64-i386-netinst
|
||||
|
||||
# update pkglists from debian-edu svn repo
|
||||
# FIXME:
|
||||
# depends on "svn up" in ~debian-cd on pettersson
|
||||
cd $EDU_REPO && svn up
|
||||
|
||||
# actually build the image
|
||||
|
@ -25,8 +27,8 @@ cd $DEBIAN_CD
|
|||
grep -v '^#' $EDU_REPO/CD-administrator/wantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu
|
||||
grep -v '^#' $EDU_REPO/CD-administrator/unwantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu-exclude
|
||||
# todo:
|
||||
|
||||
# call easy-build.sh correctly
|
||||
# use sort_deps_edu instead of sort_deps
|
||||
#
|
||||
# depends on "svn up" in ~debian-cd on pettersson
|
||||
# using tasks/squeeze/Debian-edu-netinst
|
||||
# use sort_deps_edu instead of sort_deps (actually, merge those two, there is a bug in the bts about this)
|
||||
# probably/maybe just put our udebs on the normal netinst-cd and be done?
|
||||
|
||||
|
|
Loading…
Reference in New Issue