update svn commands to git

suites/ascii
Joey Hess 14 years ago
parent 83d8333f2f
commit eccfaf27f8
  1. 2
      build/README
  2. 3
      build/daily-build

@ -7,7 +7,7 @@ version of Debian for which it is targeted. If you are using stable, use
"apt-get source debian-installer" to get a version of the installer that
will build on your system. If you are using testing or unstable, check out
a copy of the installer using the command
"svn co svn://svn.d-i.alioth.debian.org/svn/d-i/trunk/installer"
"git clone git://git.debian.org/d-i/debian-installer.git"
Recipe:
- Install the build-dependencies on the host system

@ -156,8 +156,7 @@ trim () {
UPDATED=""
update () {
if [ ! "$UPDATED" ]; then
(cd ../debian && svn -q up || true)
svn -q up || true
git pull 2>&1 || true
UPDATED=1
fi
}

Loading…
Cancel
Save