drop unused script edu-build.sh
Signed-off-by: Holger Levsen <holger@layer-acht.org>
This commit is contained in:
parent
d2e89a1938
commit
29b3203512
34
edu-build.sh
34
edu-build.sh
|
@ -1,34 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Holger Levsen, 2010, GPL2 licenced
|
||||
|
||||
#
|
||||
# this is work in progress
|
||||
# atm it still depends on the debian-edu builds running on a.skolelinux.no, which commits
|
||||
# it's result to the debian-edu svn repo
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
# FIXME: ~holger is not the best path...
|
||||
EDU_REPO=~holger/edu-build
|
||||
DEBIAN_CD=~debian-cd/build/debian-cd
|
||||
|
||||
# FIXME: we also want to build the DVD, but later
|
||||
suite=wheezy-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
|
||||
cd $DEBIAN_CD
|
||||
grep -v '^#' $EDU_REPO/CD-administrator/wantedpkglist-$suite.txt > debian-cd/tasks/wheezy/debian-edu
|
||||
grep -v '^#' $EDU_REPO/CD-administrator/unwantedpkglist-$suite.txt > debian-cd/tasks/wheezy/debian-edu-exclude
|
||||
# todo:
|
||||
# call easy-build.sh correctly
|
||||
# using tasks/wheezy/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