diff options
author | Tharre <tharre3@gmail.com> | 2015-04-10 11:27:02 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 19:43:04 +0000 |
commit | adf94ab50348259632a9c2ad6b7cca455f98d3cb (patch) | |
tree | 275c4f2ec8ac5b6f542bc1b6031ff29b54c4bc5c /shell | |
parent | b9f55269920a47fda4ee3216bbe5381b53c286a7 (diff) | |
download | dotfiles-adf94ab50348259632a9c2ad6b7cca455f98d3cb.tar.gz dotfiles-adf94ab50348259632a9c2ad6b7cca455f98d3cb.tar.xz dotfiles-adf94ab50348259632a9c2ad6b7cca455f98d3cb.zip |
makepkg: don't always evaluate hib agent
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/_makepkg.conf b/shell/_makepkg.conf index c358e3c..41f0524 100644 --- a/shell/_makepkg.conf +++ b/shell/_makepkg.conf @@ -13,7 +13,7 @@ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o % 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u %o' 'scp::/usr/bin/scp -C %u %o' - "hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -p $(pass www/humblebundle) -o %o %u") + 'hib::/usr/bin/hib-dlagent -u tharre3@gmail.com -p $(pass www/humblebundle) -o %o %u') # Other common tools: # /usr/bin/snarf |