-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rt: 4.4.4 -> 5.0.1 #120926
Merged
Merged
rt: 4.4.4 -> 5.0.1 #120926
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
72a8ad5
perlPackages.AlienBaseModuleBuild: init at 1.15
ajs124 7779c0c
perlPackages.AlienLibGumbo: init at 0.05
ajs124 b75d637
perlPackages.CryptX509: init at 0.53
ajs124 484aa79
perlPackages.HTMLFormatExternal: init at 26
ajs124 0081c84
perlPackages.HTMLGumbo: init at 0.18
ajs124 fc582ec
perlPackages.HTTPHeadersActionPack: init at 0.09
ajs124 53cf3fa
perlPackages.MooXTypeTiny: init at 0.002003
ajs124 a7139e8
perlPackages.PathDispatcher: init at 1.08
ajs124 65f075e
perlPackages.ShellConfigGenerate: init at 0.34
ajs124 f5ca6ee
perlPackages.ShellGuess: init at 0.09
ajs124 ea39442
perlPackages.TextWordDiff: init at 0.09
ajs124 c540bea
perlPackages.WebMachine: init at 0.17
ajs124 2a63391
rt: 4.4.4 -> 5.0.1
ajs124 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in | ||
index e51feb197..d75b1bc4e 100644 | ||
--- a/sbin/rt-test-dependencies.in | ||
+++ b/sbin/rt-test-dependencies.in | ||
@@ -423,6 +423,7 @@ sub check_perl_version { | ||
} | ||
|
||
sub check_users_groups { | ||
+ return 0; | ||
section("users / groups"); | ||
|
||
my $fails = 0; |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that SQLite support is dropped? Does this have implications for existing installs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. I'd be surprised if anyone is actually using this from nixpkgs right now. I see you fixed the build in 3e50e26. It has broken since. Trying to run the build from that commit doesn't work either, because the
RT_SiteConfig.pm
isn't writable.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good points. The db-type change seems ok.