Commit 4c502a7f authored by Adam Simpkins's avatar Adam Simpkins Committed by Facebook Github Bot

fbcode_builder: update current commit for iproute2

Summary:
The manifest file for iproute2 previously listed the commit to check out as
7ca63aef7d1b0c808da0040c6b366ef7a61f38c1.  However, this is not a commit, but
a tag object that refers to commit 92a0236a3cdf3438000834121b7ea8a09f1f52b1.

This caused getdeps to think that iproute2 was always out-of-date, even when
it was already on the correct commit, since it was comparing current commit ID
against the tag ID.

This updates the manifest to refer to the commit ID instead of the tag ID.

Reviewed By: shri-khare

Differential Revision: D17005418

fbshipit-source-id: c7145c73b66ae93a2e9097ddcf8c53237b135d32
parent 2f828c04
...@@ -3,7 +3,7 @@ name = iproute2 ...@@ -3,7 +3,7 @@ name = iproute2
[git] [git]
repo_url = https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git repo_url = https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
rev = 7ca63aef7d1b0c808da0040c6b366ef7a61f38c1 rev = 92a0236a3cdf3438000834121b7ea8a09f1f52b1
depth = 1500 depth = 1500
[build.os=linux] [build.os=linux]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment