-
-
Notifications
You must be signed in to change notification settings - Fork 740
System package quoting fixes #36910
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
Merged
Merged
System package quoting fixes #36910
Changes from 10 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a0246a5
build/pkgs/*/distros: Remove quotes, change to one package per line
mkoeppe a90f3ac
build/bin/sage-print-system-package-command: Shell-quote the packages
mkoeppe e4a39d0
build/bin/sage-get-system-packages: Substitute PYTHON_MINOR here
mkoeppe ef84d50
build/bin/write-dockerfile.sh: Shell-quote system packages
mkoeppe 944e0d1
src/doc/bootstrap: Use sage-get-system-packages so that ENABLE_SYSTEM…
mkoeppe 1b3f001
sage-spkg-info, src/doc/bootstrap: Wrap command lines
mkoeppe 23a4e36
Document the format of system package files
mkoeppe ab52a21
src/doc/bootstrap: Wrap more narrowly
mkoeppe 0874d61
build/bin/sage-print-system-package-command: Simplify
mkoeppe b889b58
src/doc/bootstrap: Remove unused variable
mkoeppe 7c0eb33
build/pkgs/_bootstrap/distros/fedora.txt: Remove outdated comment
mkoeppe 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool | ||
| autoconf | ||
| automake | ||
| libtool | ||
| pkgconf |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool | ||
| autoconf | ||
| automake | ||
| libtool |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,4 +1,6 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool | ||
| autoconf | ||
| automake | ||
| libtool | ||
| # Fedora 26 needs: | ||
| pkg-config | ||
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool pkg-config | ||
| autoconf | ||
| automake | ||
| libtool | ||
| pkg-config |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool pkg-config | ||
| autoconf | ||
| automake | ||
| libtool | ||
| pkg-config |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool pkg-config | ||
| autoconf | ||
| automake | ||
| libtool | ||
| pkg-config |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,4 +1,7 @@ | ||
| # Packages needed for ./bootstrap | ||
| autoconf automake libtool | ||
| xtools mk-configure | ||
| autoconf | ||
| automake | ||
| libtool | ||
| xtools | ||
| mk-configure | ||
| pkg-config |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -1,12 +1,11 @@ | ||
| # This file, build/pkgs/homebrew.txt, contains names of homebrew packages | ||
| # needed for installation of Sage from source (in addition to XCode). | ||
| # This file, build/pkgs/_prereq/distros/homebrew.txt, contains names of | ||
| # Homebrew packages needed for installation of Sage from source. | ||
| # | ||
| # In addition, the files build/pkgs/SPKG/homebrew.txt contain the names | ||
| # of packages that provide the equivalent of SPKG. | ||
| # | ||
| # See build/bin/sage-spkg, where this information is processed | ||
| # for use in "sage -info SPKG". | ||
| # In addition, the files build/pkgs/SPKG/distros/homebrew.txt contain | ||
| # the names of packages that provide the equivalent of SPKG. | ||
| # | ||
| # One package per line. No need to escape special characters. | ||
| # Everything on a line after a # character is ignored. | ||
| # | ||
|
|
||
| # No packages needed |
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.