launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29081
[Merge] ~cjwatson/lpbuildbot-worker:remove-update-sourcecode into lpbuildbot-worker:main
Colin Watson has proposed merging ~cjwatson/lpbuildbot-worker:remove-update-sourcecode into lpbuildbot-worker:main.
Commit message:
Remove call to update-sourcecode
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot-worker/+git/lpbuildbot-worker/+merge/428988
It no longer does anything.
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpbuildbot-worker:remove-update-sourcecode into lpbuildbot-worker:main.
diff --git a/create-lp-tests-lxd b/create-lp-tests-lxd
index a80ace7..8ecec44 100755
--- a/create-lp-tests-lxd
+++ b/create-lp-tests-lxd
@@ -209,18 +209,6 @@ def install_code(container, series, directory):
ssh_pub_file = expanduser("~buildbot") + "/.ssh/launchpad_lxd_id_rsa.pub"
_put_file(container, ssh_pub_file, "/root/.ssh/authorized_keys")
- print("Updating dependencies")
- _exec(
- container,
- [
- "./utilities/update-sourcecode",
- "--use-http",
- "{}/dependencies/sourcecode".format(directory),
- ],
- user="buildbot",
- cwd="{}/devel".format(directory),
- )
-
_exec(
container,
[