← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/lpbuildbot/drop-update-sourcecode into lp:lpbuildbot

 

Colin Watson has proposed merging lp:~cjwatson/lpbuildbot/drop-update-sourcecode into lp:lpbuildbot.

Commit message:
Drop update-sourcecode, which is now a no-op.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpbuildbot/drop-update-sourcecode/+merge/429498
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/lpbuildbot/drop-update-sourcecode into lp:lpbuildbot.
=== modified file 'master.cfg'
--- master.cfg	2022-08-31 10:38:57 +0000
+++ master.cfg	2022-09-06 11:55:16 +0000
@@ -106,12 +106,6 @@
         descriptionDone=['link', 'dependencies'],
         workdir="{}/devel".format(tree)))
     fac.addStep(lpbuildbot.shell.ShellCommand(
-        name="update-sourcecode",
-        command=['./utilities/update-sourcecode', '--use-http'],
-        description=['pulling', 'new', 'sourcecode', 'revisions'],
-        descriptionDone=['pull', 'new', 'sourcecode', 'revisions'],
-        workdir="{}/devel".format(tree)))
-    fac.addStep(lpbuildbot.shell.ShellCommand(
         name="git pull download-cache",
         command=['git', 'pull'],
         description=['updating', 'download', 'cache'],


Follow ups