]> git.madduck.net Git - code/vinst.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove i386 arch
authormartin f. krafft <madduck@madduck.net>
Wed, 13 Sep 2017 13:25:35 +0000 (15:25 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 13 Sep 2017 13:25:51 +0000 (15:25 +0200)
di-update
installer-i386/.backup-filter [deleted file]
installer-i386/.gitignore [deleted file]

index ed96093e3461e601575874f27f3320e82961ec26..2e4a8b119815814a99503cab44d699534e3d8565 100755 (executable)
--- a/di-update
+++ b/di-update
@@ -4,7 +4,7 @@ set -eu
 : ${MIRROR:=ftp://ftp2.de.debian.org}
 : ${SUBDIR:=debian/dists/%SUITE%/main/installer-%ARCH%/current/images}
 
-: ${ARCHS:=amd64 i386}
+: ${ARCHS:=amd64}
 : ${SUITES:=wheezy jessie}
 
 #: ${MIRROR_jessie:=http://d-i.debian.org}
diff --git a/installer-i386/.backup-filter b/installer-i386/.backup-filter
deleted file mode 100644 (file)
index 5dd3908..0000000
+++ /dev/null
@@ -1 +0,0 @@
-- *
diff --git a/installer-i386/.gitignore b/installer-i386/.gitignore
deleted file mode 100644 (file)
index be754d7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!/.gitignore
-!/.backup-filter