summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2024-04-08 13:00:17 +0530
committerViresh Kumar <viresh.kumar@linaro.org>2024-04-08 13:00:17 +0530
commit67a3d4cda2e35e36688db38d7d625c3c1f5b03ee (patch)
tree85430103478d97d4980f2583f5492ee3ee3066a3
parent32c63d2e8471df68aeb4f305e85cd6068dba3ec4 (diff)
updates
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--cron/history.txt67
-rw-r--r--git_alias1
2 files changed, 68 insertions, 0 deletions
diff --git a/cron/history.txt b/cron/history.txt
index 69f9ace..8e4e7b8 100644
--- a/cron/history.txt
+++ b/cron/history.txt
@@ -118778,3 +118778,70 @@ fatal: not a git repository (or any parent up to mount point /mnt)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Entering /home/vireshk/scripts
+[master 32c63d2e8471] updates
+ 1 file changed, 65 insertions(+)
+post-git trigger: updating grokmirror
+To ssh://git.linaro.org/people/viresh.kumar/backup/scripts
+ d5a137a3e8a1..32c63d2e8471 master -> master
+ 626a18d55f5f..d5a137a3e8a1 bkp/master -> bkp/master
+
+Entering /home/vireshk/work/repos/tools/module
+On branch master
+Your branch is up to date with 'origin/master'.
+
+nothing to commit, working tree clean
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+Entering /home/vireshk/work/repos/tools/vireshk-linux
+On branch master
+Your branch is up to date with 'origin/master'.
+
+nothing to commit, working tree clean
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+Entering /home/vireshk/work/repos/tools/lwn
+On branch master
+Your branch is ahead of 'origin/master' by 6 commits.
+ (use "git push" to publish your local commits)
+
+nothing to commit, working tree clean
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+Entering /home/vireshk/work/repos/tools/cpufreq-tests
+On branch master
+Your branch is up to date with 'origin/master'.
+
+nothing to commit, working tree clean
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+Entering /home/vireshk/work/repos/tools/gpio-mock
+On branch master
+nothing to commit, working tree clean
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+
+
+
+Monday 08 April 2024 01:00:01 PM IST
+
+Entering /home/vireshk/work/repos/kernel/linux
+post-git trigger: updating grokmirror
+To ssh://git.linaro.org/people/viresh.kumar/backup/linux.git
+ + 311a89e0614f...8cfbd4e5e6ce rust/cpufreq-dt -> rust/cpufreq-dt (forced update)
+ + f19b63063d7e...311a89e0614f bkp/rust/cpufreq-dt -> bkp/rust/cpufreq-dt (forced update)
+ + f19b63063d7e...8f241e19b533 lko/rust/cpufreq-dt -> lko/rust/cpufreq-dt (forced update)
+
+Entering /home/vireshk/work/repos/tools/ltp
+post-git trigger: updating grokmirror
+Everything up-to-date
+
+Entering /home/vireshk/work/repos/virtio/rust
+fatal: not a git repository (or any parent up to mount point /mnt)
+Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
+
+Entering /home/vireshk/scripts
diff --git a/git_alias b/git_alias
index b2ca3ce..4a744d3 100644
--- a/git_alias
+++ b/git_alias
@@ -121,6 +121,7 @@ alias gitmail='git send-email *.patch --cc vireshk'
alias gitmailsuppress='git -c sendemail.tocmd=true send-email *.patch --suppress-cc=all --cc vireshk'
alias gitmailpmbase='gitmail --cc pm --cc vingu'
alias gitmailpm='gitmailpmbase --to rafael'
+alias gitmailpmrust='gitmailpm --cc sboyd --cc "Nishanth Menon <nm@ti.com>" --to "Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>" --cc rust-for-linux@vger.kernel.org --cc "Manos Pitsidianakis <manos.pitsidianakis@linaro.org>" --cc "Erik Schilling <erik.schilling@linaro.org>" --cc "Alex Bennée <alex.bennee@linaro.org>" --cc "Joakim Bech <joakim.bech@linaro.org>"'
alias gitmailopp='gitmailpmbase --cc rafael --cc sboyd --cc "Nishanth Menon <nm@ti.com>"'
alias gitmailschedutil='gitmailpm --to ingo --to peterz --cc vingu'
alias gitmailstratos='gitmail -cc vingu --cc "Alex Bennée <alex.bennee@linaro.org>" --cc stratos-dev@op-lists.linaro.org --cc "Manos Pitsidianakis <manos.pitsidianakis@linaro.org>"'