| distance | v2.11.34-1 | v2.11.35-1 |
|---|---|---|
| 0.300030 | 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 |
HEAD is: 893bc73aa36fbe4984ab4df1550be7401d28aa37 Fix versiondb.py invocation for doc bui diff --git a/lilypond.make b/lilypond.make index 16b8be4..8951db3 100644 --- a/lilypond.make +++ b/lilypond.make @@ -303,7 +303,8 @@ NATIVE_LILY_BUILD=$(NATIVE_TARGET_DIR)/build/lilypond-$(LILY NATIVE_LILY_SRC=$(NATIVE_TARGET_DIR)/src/lilypond-$(LILYPOND_FLATTENED_BRANCH) # URG: try to guess at what repository will do. should ask # repository.read_file(), I guess. -NATIVE_BUILD_COMMITTISH=$(shell cat downloads/lilypond.git/refs/heads/$(LILYPON +NATIVE_BUILD_COMMITTISH=$(shell cat downloads/lilypond/refs/heads/$(LILYPOND_DI + DIST_VERSION=$(shell cat $(NATIVE_LILY_BUILD)/out/VERSION) DOC_BUILDNUMBER=$(shell $(PYTHON) gub/versiondb.py --platforms=$(PLATFORMS) --b tree.gittxt |