From 25fc4ac0809c1c14a3eb6820992c339f6d3a2627 Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 30 Jul 2021 00:15:54 +0000 Subject: [PATCH] Update git submodules * Update osc-lib from branch 'master' to 415a6c7b191ac665fb7763d12d1b427b7b630586 - Merge "Correct the tox option for skipping sdist generation" - Correct the tox option for skipping sdist generation The tox option to skip source distribution building is skipsdist, but this seems to be often misspelled skipdist instead, which gets silently ignored and so does not take effect. Correct it everywhere, in hopes that new projects will finally stop copying this mistake around. See https://tox.readthedocs.io/en/latest/config.html#conf-skipsdist and https://github.com/tox-dev/tox/issues/1388 for details. Change-Id: I639066169913072b992c0e1073f9398d6ac8cdd2 --- osc-lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc-lib b/osc-lib index 4c3d3a0cad..415a6c7b19 160000 --- a/osc-lib +++ b/osc-lib @@ -1 +1 @@ -Subproject commit 4c3d3a0cad247349ddbcdb994cb602b19e0a42d0 +Subproject commit 415a6c7b191ac665fb7763d12d1b427b7b630586