diff options
author | dancer <dancer> | 2003-09-23 11:45:08 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-09-23 11:45:08 +0000 |
commit | 76445c17e841b88f68082fdec12616736de668bd (patch) | |
tree | a58b0758bded75462e2ef8d4d8eb42bcb3e8b313 /pbuilder-user-mode-linux | |
parent | 881d675c4cb89204ac936fda995df260cdcf7c9d (diff) | |
download | pbuilder-76445c17e841b88f68082fdec12616736de668bd.tar pbuilder-76445c17e841b88f68082fdec12616736de668bd.tar.gz |
+
+ * debian/TODO: update
+
+ * pbuilder.8: updated docs.
+
+ * pbuilder-user-mode-linux.1: add docs on new options, mirror and nonusmirror.
+
+ * testsuite/run-test.sh (PBUILDER_UML): add option --mirror.
+
+ * pbuilder-user-mode-linux (UML_DEBUGMODE): support mirror option to set mirror, and nonusmirror.
up
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-x | pbuilder-user-mode-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux index 33f6a06..9e33e51 100755 --- a/pbuilder-user-mode-linux +++ b/pbuilder-user-mode-linux @@ -206,7 +206,7 @@ while [ -n "$1" ] ; do . "$2" shift; shift;; #things that can be passed through with options - --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts) + --timeout|--http-proxy|--hookdir|--aptconfdir|--bindmounts|--mirror|--nonusmirror) UML_EXTRAOPT="${UML_EXTRAOPT} $1 $2" shift; shift;; --buildresult) |