File tree Expand file tree Collapse file tree 6 files changed +2
-70
lines changed Expand file tree Collapse file tree 6 files changed +2
-70
lines changed Original file line number Diff line number Diff line change @@ -275,11 +275,11 @@ cat <<EOF
275275FROM with-system-packages AS bootstrapped 
276276#:bootstrapping: 
277277RUN rm -rf /new /sage/.git 
278- $ADD  Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap bootstrap-conda configure.ac sage .homebrew-build-env tox.ini Pipfile.m4  .gitignore /new/
278+ $ADD  Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap bootstrap-conda configure.ac sage .homebrew-build-env tox.ini .gitignore /new/
279279$ADD  config/config.rpath /new/config/config.rpath
280280$ADD  src/doc/bootstrap /new/src/doc/bootstrap
281281$ADD  src/bin /new/src/bin
282- $ADD  src/Pipfile.m4 src/ pyproject.toml src/requirements.txt.m4 src/setup.cfg.m4 src/VERSION.txt /new/src/
282+ $ADD  src/pyproject.toml src/requirements.txt.m4 src/setup.cfg.m4 src/VERSION.txt /new/src/
283283$ADD  m4 /new/m4
284284$ADD  pkgs /new/pkgs
285285$ADD  build /new/build
Original file line number Diff line number Diff line change 5656
5757/src /setup.cfg 
5858/src /requirements.txt 
59- /src /Pipfile 
60- /src /Pipfile.lock 
61- /Pipfile 
62- /Pipfile.lock 
6359
6460#  Various editors
6561* ~ 
Original file line number Diff line number Diff line change @@ -175,7 +175,6 @@ bootstrap-clean:
175175	rm -f src/doc/en/installation/* .txt
176176	find src/doc/en/reference/spkg -name index.rst -prune -o -maxdepth 1 -name " *.rst" \+ 
177177	for  a  in  environment environment-optional src/environment src/environment-dev src/environment-optional;  do  rm -f $$ a.yml $$ a-3.[89].yml $$ a-3.1[0-9].yml;  done 
178- 	rm -f src/Pipfile
179178	rm -f src/requirements.txt
180179	rm -f src/setup.cfg
181180	rm -f build/pkgs/cypari/version_requirements.txt
Load Diff This file was deleted. 
Original file line number Diff line number Diff line change @@ -227,7 +227,6 @@ save () {
227227	src/doc/en/installation/* .txt \
228228	$( find src/doc/en/reference/spkg -name index.rst -prune -o -maxdepth 1 -name " *.rst" ) 
229229	environment-3.[89].yml environment-3.1[0-9].yml \
230- 	src/Pipfile \
231230	src/pyproject.toml \
232231	src/requirements.txt \
233232	src/setup.cfg \
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments