summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:40:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-07-21 16:51:29 -0700
commit67d34b35fe36c30fef317f85e650a8d7d5baedf6 (patch)
treea32f119da473cbc789bf42c19dc1525d3b3cec68 /.bashrc
parentfeaa04e9d8bf4940addd31ba0b5c1e806c173523 (diff)
downloaddotfiles-67d34b35fe36c30fef317f85e650a8d7d5baedf6.tar.gz
make test-package-plan a script
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index 7db50d7a..ec852500 100644
--- a/.bashrc
+++ b/.bashrc
@@ -69,12 +69,6 @@ alias dinstall="curl https://ftp-master.debian.org/dinstall.status;echo -n 'Righ
# use with care, in order for this to actually provide a security advantage
alias update-debian-known-hosts="scp master.debian.org:/etc/ssh/ssh_known_hosts ~/src/dotfiles/.ssh/known_hosts_debian"
alias grepcopy="grep --color=always -Eir '(copyright|©)' * | less -R"
-alias test-package-plan="find \
- $HOME/.cabal/packages/hackage.haskell.org/01-index.tar \
- -newermt '4 hours ago' | xargs test -z \
- && cabal --no-require-sandbox update; \
- schroot -c haskell -d $HOME -- /bin/sh -c \
- \"cd src/package-plan && perl test-packages.pl\""
# from dgit-user(7), this pushes a non-native package through sbuild
# without an orig.tar for the version in the first changelog entry.
# Useful for sbuilding an unreleased version of a package I maintain