# HG changeset patch
# User Jeroen Demeyer <jdemeyer@cage.ugent.be>
# Date 1295726837 -3600
# Node ID 12b489363c54d0360e50b86f94ab9ce0559fba01
# Parent c07accdccdc377e76e049604ec90306dae995c35
[mq]: 9433_testing.patch
diff -r c07accdccdc3 -r 12b489363c54 COPYING.txt
a
|
b
|
|
| 1 | # TESTING PATCH |
| 2 | |
1 | 3 | This file is about the copyright on Sage and all included components. |
2 | 4 | |
3 | 5 | Sage is a compilation both of original Python, C, C++, and Cython code, |
diff -r c07accdccdc3 -r 12b489363c54 Makefile
a
|
b
|
|
| 1 | # TESTING PATCH |
| 2 | |
1 | 3 | # Main Makefile for Sage. |
2 | 4 | |
3 | 5 | # The default target ("all") builds Sage and the whole (HTML) documentation. |
diff -r c07accdccdc3 -r 12b489363c54 README.txt
a
|
b
|
|
| 1 | # TESTING PATCH |
| 2 | |
1 | 3 | Hello, |
2 | 4 | |
3 | 5 | This README.txt describes build instructions for Sage. If you downloaded |
diff -r c07accdccdc3 -r 12b489363c54 spkg/install
a
|
b
|
|
1 | 1 | #!/usr/bin/env bash |
2 | 2 | |
| 3 | # TESTING PATCH |
| 4 | |
3 | 5 | ############################################################################### |
4 | 6 | # Check if pipestatus already exists, otherwise |
5 | 7 | # create it to allow upgrade from Sage <4.5. This is a temporary fix. |
diff -r c07accdccdc3 -r 12b489363c54 spkg/pipestatus
a
|
b
|
|
1 | 1 | #!/usr/bin/env bash |
| 2 | |
| 3 | # TESTING PATCH |
2 | 4 | # |
3 | 5 | # spkg/pipestatus: run two commands in a pipeline CMD1 | CMD2 and exit |
4 | 6 | # with the status of the last command to exit with a non-zero status, or |
diff -r c07accdccdc3 -r 12b489363c54 spkg/standard/deps
a
|
b
|
|
2 | 2 | # SAGE_ROOT/spkg/standard/deps - the "real" Sage Makefile (for building) |
3 | 3 | ############################################################################### |
4 | 4 | |
| 5 | # TESTING PATCH |
| 6 | |
5 | 7 | INST = installed |
6 | 8 | # Let e.g. SAGE_ROOT/spkg/install pass options to sage-spkg, i.e. currently |
7 | 9 | # "-f", to force rebuilding dependent packages during an upgrade (#9896): |