diff --git a/edu-build.sh b/edu-build.sh index e6177abd..5e4af6b9 100644 --- a/edu-build.sh +++ b/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? +