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
|
suite=squeeze-test-amd64-i386-netinst
|
||||||
|
|
||||||
# update pkglists from debian-edu svn repo
|
# update pkglists from debian-edu svn repo
|
||||||
|
# FIXME:
|
||||||
|
# depends on "svn up" in ~debian-cd on pettersson
|
||||||
cd $EDU_REPO && svn up
|
cd $EDU_REPO && svn up
|
||||||
|
|
||||||
# actually build the image
|
# 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/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
|
grep -v '^#' $EDU_REPO/CD-administrator/unwantedpkglist-$suite.txt > debian-cd/tasks/squeeze/debian-edu-exclude
|
||||||
# todo:
|
# todo:
|
||||||
|
|
||||||
# call easy-build.sh correctly
|
# call easy-build.sh correctly
|
||||||
# use sort_deps_edu instead of sort_deps
|
# 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)
|
||||||
# depends on "svn up" in ~debian-cd on pettersson
|
# probably/maybe just put our udebs on the normal netinst-cd and be done?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue