New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 790822 link

Starred by 0 users

Issue metadata

Status: Verified
Owner:
Last visit > 30 days ago
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

manifests out of sync after wmatrix changes

Project Member Reported by vapier@chromium.org, Dec 1 2017

Issue description

`repo upload` in the manifest repos are failing since the wmatrix/whining changes were not kept in sync

$ diff -u manifest/full.xml manifest-internal/external_full.xml 
--- manifest/full.xml   2017-11-30 19:42:25.482389990 -0500
+++ manifest-internal/external_full.xml 2017-11-30 19:43:34.174354963 -0500
@@ -300,7 +300,7 @@
   <project path="src/scripts" name="chromiumos/platform/crosutils"
            groups="minilayout,firmware,buildtools,labtools" />
   <project path="src/third_party/autotest/files"
-           groups="buildtools,labtools,devserver"
+           groups="buildtools,labtools,devserver,wmatrix"
            name="chromiumos/third_party/autotest" />
   <project path="src/third_party/ltp"
            name="chromiumos/third_party/ltp"
@@ -381,7 +381,9 @@
            name="chromiumos/third_party/dbus-cplusplus" />
   <project path="src/third_party/libv4lplugins"
            name="chromiumos/third_party/libv4lplugins" />
-  <project path="src/third_party/whining" name="chromiumos/third_party/whining" />
+  <project path="src/third_party/whining"
+           name="chromiumos/third_party/whining"
+           groups="wmatrix" />
   <project path="src/third_party/xfstests"
            name="external/git.kernel.org/fs/xfs/xfstests-dev" />
   <project path="src/third_party/toolchain-utils"

 

Comment 1 by jkop@chromium.org, Dec 1 2017

Status: Started (was: Available)
I thought those changes were reverted. Looks like only half of them were. I'll get that chumped out.

Comment 2 by jkop@chromium.org, Dec 1 2017

Cherry-picked. Should be fixed now.

Comment 3 by jkop@chromium.org, Dec 1 2017

Status: Verified (was: Started)

Sign in to add a comment