summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-18 17:32:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-18 17:32:38 -0700
commit6ae2b7d5fd68a930d5f0fa1655ac864142a6509c (patch)
treebfabfd04cc6fdcaebcdcbd3e1e0a5caebac27a3d /.bashrc
parentec66033a8994ae1f56cd663c74d281808078f8f6 (diff)
downloaddotfiles-6ae2b7d5fd68a930d5f0fa1655ac864142a6509c.tar.gz
comment out pushing to salsa too
Currently using a separate Debian packaging branch in all cases where there's a copy on salsa in addition to a copy on origin.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc16
1 files changed, 8 insertions, 8 deletions
diff --git a/.bashrc b/.bashrc
index 7f962b89..a5b9cf2e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -151,14 +151,14 @@ debrel () {
dgit push-source "$@"
git push --follow-tags
- # if origin is not salsa, we might also want to push to salsa
- # (.mrconfig.in should contain `git remote add -f salsa
- # salsa:foo/bar` for this repo)
- if git remote | grep -q salsa \
- && git branch --contains salsa/$branch \
- | grep -qE " $branch$"; then
- git push --follow-tags salsa $branch:$branch
- fi
+ # # if origin is not salsa, we might also want to push to salsa
+ # # (.mrconfig.in should contain `git remote add -f salsa
+ # # salsa:foo/bar` for this repo)
+ # if git remote | grep -q salsa \
+ # && git branch --contains salsa/$branch \
+ # | grep -qE " $branch$"; then
+ # git push --follow-tags salsa $branch:$branch
+ # fi
)
}