Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(428)

Unified Diff: save_pinned_deps

Issue 2873010: Add --allow-empty to the commit of the generated dep file. (Closed) Base URL: ssh://git@chromiumos-git/crosutils.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: save_pinned_deps
diff --git a/save_pinned_deps b/save_pinned_deps
index ab2061359cee0e4e37b13bd9f90fe70cf991a671..04069debe2a3489e2b82f0a5fa7b591d923107b3 100755
--- a/save_pinned_deps
+++ b/save_pinned_deps
@@ -99,7 +99,7 @@ commit_depfile() {
pushd "${DEPPATH}"
git add "${FLAGS_depfile}"
- git commit -m "Automated buildbot update of pinned DEPS file."
+ git commit -m "Automated buildbot update of pinned DEPS file." --allow-empty
git reset --hard HEAD
git clean -f
git remote update
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698