John, On 26 August 2012 11:39, John Mandereau <john.mander...@gmail.com> wrote: > Hi James, >> 09:24:02 (UTC) Begin LilyPond compile, previous commit at >> d14e4770b85b3cacc647e45b9ebfe59cc085753f >> 09:24:07 Merged staging, now at: >> d14e4770b85b3cacc647e45b9ebfe59cc085753f >> 09:24:08 Success: ./autogen.sh --noconfigure >> 09:24:18 Success: ../configure --disable-optimising >> 09:24:24 Success: nice make clean >> 09:25:34 Success: nice make -j7 CPU_COUNT=7 >> 09:27:51 Success: nice make test -j7 CPU_COUNT=7 >> 09:44:13 Success: nice make doc -j7 CPU_COUNT=7 >> 09:44:17 *** FAILED STEP *** >> merge from staging >> Command '['git', 'log', '-1', 'origin/HEAD..test-staging']' returned >> non-zero exit status 128 >> fatal: ambiguous argument 'origin/HEAD..test-staging': unknown revision or >> path not in the working tree. >> Use '--' to separate paths from revisions > > I suppose that your $LILYPOND_GIT git repository has fetch settings > that differ from ours, so you got this error, and in addition I guess > that master and HEAD should always be equal on Savannah LilyPond git > repo. Could please you help me with verifying the first guess by > answering the following? > > 1) What does > > cd $LILYPOND_GIT > git rev-parse origin/HEAD > > say?
--snip- james@jameslilydev2:~/patchy/test-results$ cd $LILYPOND_GIT james@jameslilydev2:~/lilypond-git$ git rev-parse origin/HEAD origin/HEAD fatal: ambiguous argument 'origin/HEAD': unknown revision or path not in the working tree. Use '--' to separate paths from revisions --snip-- > > 2) What does the [remote "origin"] section of $LILYPOND_GIT/.git/config > contain? [remote "origin"] url = ssh://pkx1...@git.sv.gnu.org/srv/git/lilypond.git fetch = +refs/heads/*:refs/remotes/origin/* > > 3) What does lilypond-patchy-staging say (complete console output) if > you replace line 334 of patches/compile_lilypond_test/__init__.py > > origin_head = remote_branch_name ("HEAD") > > with > > origin_head = remote_branch_name ("master") > > ? Unfortunately I think that Phil's successful merge will make this redundant at this moment but I did it anyway --snip-- >From ssh://git.sv.gnu.org/srv/git/lilypond + 9c9d22c...4de3d0d release/unstable -> origin/release/unstable (forced update) 11:07:22 (UTC) Begin LilyPond compile, previous commit at d14e4770b85b3cacc647e45b9ebfe59cc085753f 11:07:32 Success: No new commits in staging --snip-- > > (In case after the change lilypond-patchy-staging says "No new > commits", clear the value of last_known_good_build in [staging] > section of ~/.lilypond-patchy-config and rerun > lilypond-patchy-staging). ah.. ok :) --snip-- james@jameslilydev2:~/patchy/patches/compile_lilypond_test$ ../lilypond-patchy-staging.py Everything up-to-date --snip-- No errors james _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel