Mike McQuaid
15c3fb32b2
cleanup: remove SCM directories recursively.
2015-08-13 10:34:45 +01:00
Mike McQuaid
04b350dce5
cleanup: do cleanup even without a Cellar.
2015-08-13 10:31:37 +01:00
Mike McQuaid
e49a043401
cleanup: remove more on --force or --prune.
...
Remove more logs, use the prune time period and remove version control
checkouts when --force or --prune is used.
2015-08-13 10:22:28 +01:00
Mike McQuaid
2fc88ae247
test-bot: prune cache after 7 days.
...
Closes Homebrew/homebrew#42892 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-13 08:57:20 +01:00
Xu Cheng
638eda5f2d
tap-info: fix for not installed tap
...
Closes Homebrew/homebrew#42890 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-13 15:49:46 +08:00
Alex Dunn
55d685f759
caveats.rb: don't print elisp_caveats for keg-only
...
Since they won't have been installed into `#{HOMEBREW_PREFIX}/share/emacs/site-lisp/`
Closes Homebrew/homebrew#42839 .
2015-08-12 09:38:10 -07:00
Dominyk Tiller
250e975645
example_formula: document pkgshare
2015-08-12 16:09:24 +01:00
Dominyk Tiller
bb4237a230
cookbook: document pkgshare
2015-08-12 15:58:23 +01:00
Vlad Shablinsky
aa394bad69
racket: rename from plt-racket.
...
Closes Homebrew/homebrew#42800 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-11 21:03:33 +01:00
Dominyk Tiller
fbfaa8a39a
man: sha1 => sha256 reference
...
Closes Homebrew/homebrew#42507 .
2015-08-11 20:36:13 +01:00
Viktor Szakats
0d4da4234a
audit: enforce https on [*.]archive.org
...
Also:
* one minor regexp tweak
Closes Homebrew/homebrew#42761 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-11 19:04:23 +01:00
Xu Cheng
907dffcf04
test-bot: check file extname when calculating formulae diff
...
Closes Homebrew/homebrew#42806 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-11 18:14:27 +01:00
Vlad Shablinsky
3a764cb549
uninstall: fix --force
...
Closes Homebrew/homebrew#42814 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-11 18:13:13 +01:00
Mike McQuaid
3350f9018a
test-bot: run git gc
on cleanup.
...
Closes Homebrew/homebrew#42805 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-11 18:06:07 +01:00
Xu Cheng
36272dbaa6
doc: fix link to pip document
2015-08-11 16:42:05 +08:00
Xu Cheng
c405a23491
doc: fix internal link
2015-08-11 16:32:28 +08:00
Xu Cheng
f64661fb18
doc: fix internal links
2015-08-11 15:43:03 +08:00
Baptiste Fontaine
ef4790d38c
documentation added for taps maintainers
...
Closes Homebrew/homebrew#41858 .
Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-08-10 23:56:31 +02:00
Dominyk Tiller
64bcb5a07f
audit: catch insecure bitbucket
2015-08-10 19:12:24 +01:00
Xu Cheng
12e154a418
man: remove unnecessary --all in brew upgrade
2015-08-10 23:12:30 +08:00
Vlad Shablinsky
f88f2b7054
update tabs only if core formula installed
...
Closes Homebrew/homebrew#42745 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-10 16:09:26 +01:00
Vlad Shablinsky
0b854adbf4
update: fix load_tap_migrations
2015-08-10 16:09:26 +01:00
Misty De Meo
431f23db32
PythonRequirement: fix variable in PYTHONPATH
2015-08-10 07:32:02 -07:00
Misty De Meo
6b1ce9827e
PythonRequirement: don't blindly use first Python in PATH
...
Fixes Homebrew/homebrew#42461 .
2015-08-10 07:30:41 -07:00
Xu Cheng
fac17e8459
to_rack: simplify the logic
...
Closes Homebrew/homebrew#42743 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-10 21:59:51 +08:00
Xu Cheng
e1779503b7
ARGV#resolved_formula: use to_rack
2015-08-10 21:59:50 +08:00
Vlad Shablinsky
13a5aa0867
rename: libcppa -> caf
...
Closes Homebrew/homebrew#41006 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-10 13:58:00 +01:00
Vlad Shablinsky
4b31fcd072
add documentation for formula renames
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
622a8502dc
add manpages
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
6b0927944a
update: handle renames on update
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
7079a00aa7
add test/test_migrator
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
abf6b6f6cf
add migrate command for migrating renamed
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
fa8b702c0d
uninstall: change logic to handle renames
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
6a0dcc8324
don't use new name rack if old name rack is a dir
...
Everything that used HOMEBREW_CELLAR/canonical_name
could point to something that doesn't exist because
loader_for tries to load new name formula if no old
name found. However there can be software installed
from path with the same name that renamed formulae
had and we still need to link/unlink/uninstall etc
that software. The solution is Formulary#to_rack
method that returns rack for given name.
- Add Formulary#to_rack
- Update ARGV.kegs
- Update cmd/switch
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
2cc6b90329
formulary: change logic for renamed formulae
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
ab1164f4de
exceptions: add TapFormulaWithOldnameAmbiguityError
...
- TapFormulaWithOldnameAmbiguityError is an exception raised when
multiple tap formulae available for given old name
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
832c5875b0
add migrator class for migrating renamed formulae
2015-08-10 13:57:59 +01:00
Vlad Shablinsky
556ab3bcd6
audit: add rules for naming
...
- restrict old names as names of new formulae
- warn about dependencies on old names
2015-08-10 13:57:58 +01:00
Vlad Shablinsky
ae9bf4aaaa
formula: add oldname method
...
- add Formula#oldname to get oldname for formula
- add formula_renames.rb to store information about formula renames
2015-08-10 13:57:58 +01:00
Vlad Shablinsky
d88750652a
tap: add formula_renames
...
- Tap#formula_renames is a method used for getting information
about renames in tap formulae.
2015-08-10 13:57:58 +01:00
CNA-Bld
77ee9bd446
update man page
...
Closes Homebrew/homebrew#41736 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-10 12:17:26 +01:00
CNA-Bld
56fcfdbea0
update documentation
2015-08-10 12:17:26 +01:00
CNA-Bld
4165b34dde
add pinned taps count to brew tap-info
2015-08-10 12:17:26 +01:00
CNA-Bld
f3f8ca953f
add pin info to tap-info
2015-08-10 12:17:26 +01:00
CNA-Bld
194618beb8
implement formulary#find_with_priority
2015-08-10 12:17:26 +01:00
CNA-Bld
1a82b2133e
implement pinning of taps
2015-08-10 12:17:25 +01:00
CNA-Bld
fda82b0b64
add /Library/PinnedTaps to .gitignore
2015-08-10 12:17:25 +01:00
Dominyk Tiller
970992d5bf
audit: prune redundant code
2015-08-10 02:39:38 +01:00
Dominyk Tiller
d25d3b07da
audit: flag insecure launchpad
2015-08-10 02:25:59 +01:00
Xu Cheng
df999067d6
ARGV#resolved_formulae: use canonical_name to locate rack
...
Closes Homebrew/homebrew#42537 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-08-09 20:09:57 +08:00