From 2ee7a5d8e2e888833662f5eb93b994790cb3a807 Mon Sep 17 00:00:00 2001 From: "kjellander@google.com" Date: Tue, 24 Feb 2015 10:06:44 +0000 Subject: [PATCH] Add drover.properties for libyuv To use this for reverts, just run drover from the root directory (i.e. the directory where this file is located). Notice you'll end up with a drover_ directory being created that contains the revert changes. If you don't have a checkout, you can also use it like this: svn export https://libyuv.googlecode.com/svn/trunk/drover.properties Then just run: drover --revert TBR=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/40909004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1290 16f28f9a-4ce2-e073-06de-1de4eb20be90 --- drover.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drover.properties diff --git a/drover.properties b/drover.properties new file mode 100644 index 000000000..f16d4e0d4 --- /dev/null +++ b/drover.properties @@ -0,0 +1,6 @@ +BASE_URL = "https://libyuv.googlecode.com/svn" +TRUNK_URL = BASE_URL + "/trunk" +BRANCH_URL = BASE_URL + "/branches/$branch" +SKIP_CHECK_WORKING = True +FILE_PATTERN = file_pattern_ = r"[ ]+([MADUC])[ ]+/((?:trunk|branches/.*?)(.*)/(.*))" +PROMPT_FOR_AUTHOR = False