[Rt-commit] rt branch, 4.4/dependencies, repushed
Shawn Moore
shawn at bestpractical.com
Wed Jun 8 18:10:29 EDT 2016
The branch 4.4/dependencies was deleted and repushed:
was 6902fdd098b16a927213f220e7d7d18fef67f6e8
now e4468c3f1e2cc91ab20d03e4975d59c98d889d88
1: c34edac = 1: d122f6d Remove duplicate Encode dependency
2: 0c3a310 = 2: ff6a7a1 Sort LWP::Simple correctly
3: 4c1f1d3 = 3: e5b6a66 Remove unnecessary FCGI::ProcManager dependency
4: c7bdc53 ! 4: 94334ed Fold in core dependencies that cannot be disabled
@@ -3,12 +3,12 @@
Fold in core dependencies that cannot be disabled
Since the GetOpt options are not specified as booleans, they cannot
- express any value except true. They thhus cannot ever be disabled, so
- their existance as command-line arguments, and separate depdency
+ express any value except true. They thus cannot ever be disabled, so
+ their existence as command-line arguments, and separate dependency
stanzas, is pointless.
Merge their dependencies into the CORE list, but leave the options as
- valid (but explictly no-ops) for backwards compatibility.
+ valid (but explicitly as no-ops) for backwards compatibility.
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
--- a/sbin/rt-test-dependencies.in
5: 7ceaef0 = 5: 78f95c0 Fold in --with-html-doc into developer dependencies
6: afe83f8 = 6: edcb97c Only add the externalauth test dependency for developers
7: 0cf3a9c = 7: 2180d3a Remove the last vestiges of --download
8: 8587c63 ! 8: e8b53d7 Improve documentation
@@ -74,7 +74,7 @@
+=item B<--with-sqlite>
-=item --with-oracle
-+These configure which backend database to add depenencies for.
++These configure which backend database to add dependencies for.
-database interface for oracle
9: 7fe4525 = 9: 87281f4 Move functions down
10: 8ac5f66 = 10: 0f5c49a perltidy
11: 41f950a = 11: dec5b55 Make --verbose a no-op; it is always passed by the makefile
12: db052ad = 12: ac79009 Remove --list-deps; it is undocumented and unuseful
13: af82044 = 13: 574a9bc Refactor, reword, and reorder CPAN checking
14: 072a988 ! 14: 3b95669 Store dependencies in cpanfile
@@ -6,10 +6,10 @@
reasons, and traversed in random order. Additionally, the
specification of them included unwieldy boilerplate and here-docs.
- Switch to storing the depdendency list in a `cpanfile`, and load it by
+ Switch to storing the dependency list in a `cpanfile`, and load it by
stubbing the small number of functions to produce a useful
datastructure. This switches the format to the more expressive '>='
- and '!=' syntax used in META.yaml[1] files, condensing the "AVOID"
+ and '!=' syntax used in META.yml[1] files, condensing the "AVOID"
list away.
Because at least one of the database "features" is always required,
15: 86c9cc6 = 15: 5ee1e6a Move perl version into cpanfile
16: e1e4c14 = 16: 0b132ea Rename print_found to row
17: 5f4dd27 = 17: 59a5a20 Improve horizontal and vertical spacing of output
18: 90cefa6 = 18: b4dec17 Show current version of module, when relevant
19: deadd64 = 19: a30fec5 Use "current value" for perl check as well
20: ae0dbc3 = 20: e053f2f Use "current value" for user / group display
21: 278b161 ! 21: ba558d7 Rename check_users, since it checks groups as well
@@ -1,6 +1,6 @@
Author: Alex Vandiver <alex at chmrr.net>
- Rename, since it checks groups as well as users
+ Rename check_users, since it checks groups as well
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
--- a/sbin/rt-test-dependencies.in
22: fd0db29 ! 22: a480507 Fail-fast if the users or groups do not check out
@@ -4,7 +4,7 @@
Any failures of this information are not re-summarized after modules
are checked, which may cause it to be lost in the scrollback.
- Additionally, failures of this did not cause a failing exit code.
+ Additionally, such failures did not cause a failing exit code.
Like the perl version check, abort immediately if there are any
failures in this section.
23: e8fb26d = 23: 97c5cff Show output with colors when run from a terminal
24: 6902fdd = 24: e4468c3 Move database and deployment defaults into rt-test-dependencies
More information about the rt-commit
mailing list