distance v2.11.33-1 v2.11.34-1
0.300030
HEAD is:

	
660d98b419e989cb18f33cc33d683ea665b4c317 Don't update lily for doc/info builds.




diff --git a/test-lily/rsync-test.py b/test-lily/rsync-test.py
index 34e2d91..acaba60 100644
--- a/test-lily/rsync-test.py
+++ b/test-lily/rsync-test.py
@@ -147,11 +147,12 @@ def compare_test_info (options):
     compare_test_tarballs (options, versions_found[-3:])
 
 def upload (options):
+    print  (options.test_dir)
     os.chdir (options.test_dir)
 
     target = 'v%s-%d' % ('.'.join (options.version),
                          options.build)
-    os.chdir(target)
+    os.chdir (target)
     
     system ('chmod -R g+w .')
     system ('chgrp -R lilypond .' )
diff --git a/test-lily/upload.py b/test-lily/upload.py
index 1d11dd0..cc93a28 100644
--- a/test-lily/upload.py
+++ b/test-lily/upload.py
@@ -170,8 +170,7 @@ def upload_binaries (repo, version, version_db):
     if tuple(version[:2]) > (2,10):
         test_cmd = r'''python %(cwd)s/test-lily/rsync-test.py \
   --upload %(host_test_spec)s \
-  --version-file %(lilybuild)s/out/VERSION \
-  %(lilybuild)s/out-www/online-root/''' % d
+  --version-file %(lilybuild)s/out/VERSION ''' % d
         cmds.append (test_cmd)
 
     cmds += ['rsync --delay-updates --progress %s %s'

tree.gittxt
HEAD is:

	
660d98b419e989cb18f33cc33d683ea665b4c317 Don't update lily for doc/info builds.




diff --git a/lilypond.make b/lilypond.make
index 122636b..2267108 100644
--- a/lilypond.make
+++ b/lilypond.make
@@ -103,7 +103,7 @@ download:
 ## should be last, to incorporate changed VERSION file.
 	$(MAKE) update-versions
 
-all: native dist-check doc-build test-output doc-export $(OTHER_PLATFORMS) prin
+all: native dist-check doc-build test-output test-export doc-export $(OTHER_PLA
 
 platforms: $(PLATFORMS)
 
diff --git a/test-lily/rsync-test.py b/test-lily/rsync-test.py
index 34e2d91..acaba60 100644
--- a/test-lily/rsync-test.py
+++ b/test-lily/rsync-test.py
@@ -147,11 +147,12 @@ def compare_test_info (options):
     compare_test_tarballs (options, versions_found[-3:])
 
 def upload (options):
+    print  (options.test_dir)
     os.chdir (options.test_dir)
 
     target = 'v%s-%d' % ('.'.join (options.version),
                          options.build)
-    os.chdir(target)
+    os.chdir (target)
     
     system ('chmod -R g+w .')
     system ('chgrp -R lilypond .' )
diff --git a/test-lily/upload.py b/test-lily/upload.py
index 1d11dd0..cc93a28 100644
--- a/test-lily/upload.py
+++ b/test-lily/upload.py
@@ -170,8 +170,7 @@ def upload_binaries (repo, version, version_db):
     if tuple(version[:2]) > (2,10):
         test_cmd = r'''python %(cwd)s/test-lily/rsync-test.py \
   --upload %(host_test_spec)s \
-  --version-file %(lilybuild)s/out/VERSION \
-  %(lilybuild)s/out-www/online-root/''' % d
+  --version-file %(lilybuild)s/out/VERSION ''' % d
         cmds.append (test_cmd)
 
     cmds += ['rsync --delay-updates --progress %s %s'

tree.gittxt

1732 unchanged