#2624: [with patch, positive review] parallel testing: sage -tp foo/bar/file.py
should assume 1 thread
---------------------------+------------------------------------------------
 Reporter:  mabshoff       |        Owner:  jhpalmieri
     Type:  enhancement    |       Status:  assigned  
 Priority:  major          |    Milestone:  sage-4.1.2
Component:  doctest        |   Resolution:            
 Keywords:                 |     Reviewer:  Dan Drake 
   Author:  John Palmieri  |       Merged:            
---------------------------+------------------------------------------------

Comment(by mvngu):

 Replying to [comment:10 ddrake]:
 > '''Release manager''': please check the files {{{COPYING.txt}}},
 {{{install}}}, and {{{spkg-install}}} into the sage_scripts hg repo! Right
 now they're not tracked at all.
 When packaging the Sage source tarball, the files `COPYING.txt`,
 `install`, and `spkg-install` all end up in the package
 `sage_scripts.x.y.z.spkg`. When building from source, those three files
 end up as

  * `COPYING.txt` becomes SAGE_ROOT/COPYING.txt --- The directory
 `SAGE_ROOT` is not tracked:
  {{{
 [mv...@sage sage-4.1.2.alpha2]$ hg st
 abort: There is no Mercurial repository here (.hg not found)!
  }}}
  * `install` becomes SAGE_ROOT/spkg/install --- The directory
 `SAGE_ROOT/spkg` is not tracked:
  {{{
 [mv...@sage spkg]$ pwd
 /scratch/mvngu/release/sage-4.1.2.alpha2/spkg
 [mv...@sage spkg]$ hg st
 abort: There is no Mercurial repository here (.hg not found)!
  }}}
  * `spkg-install` becomes SAGE_ROOT/local/bin/sage-spkg-install --- The
 directory `SAGE_ROOT/local/bin` is indeed tracked.

 As it now stand, the changes to `spkg-install` can be checked in to
 `SAGE_ROOT/local/bin/sage-spkg-install`. Changes for the other two files
 would need to be manually applied to the relevant files.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2624#comment:13>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to