[Notes] [Git][BuildStream/buildstream][richardmaw/oldgit-shallow-parents-exclude-fix] Deleted 1 commit: WIP: tests/sources/git.py: Handle old git not supporting --first-parent



Title: GitLab

richardmaw-codethink pushed to branch richardmaw/oldgit-shallow-parents-exclude-fix at BuildStream / buildstream

WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.

Deleted commits:

1 changed file:

Changes:

  • tests/sources/git.py
    ... ... @@ -869,9 +869,9 @@ def test_git_describe(cli, tmpdir, datafiles, ref_storage, tag_type):
    869 869
                                            cwd=checkout).decode('ascii')
    
    870 870
         assert describe.startswith('tag2-2-')
    
    871 871
     
    
    872
    -    describe_fp = subprocess.check_output(['git', 'describe', '--first-parent'] + options,
    
    873
    -                                          cwd=checkout).decode('ascii')
    
    874
    -    assert describe_fp.startswith('tag1-2-')
    
    872
    +    #describe_fp = subprocess.check_output(['git', 'describe', '--first-parent'] + options,
    
    873
    +    #                                      cwd=checkout).decode('ascii')
    
    874
    +    #assert describe_fp.startswith('tag1-2-')
    
    875 875
     
    
    876 876
         tags = subprocess.check_output(['git', 'tag'],
    
    877 877
                                        cwd=checkout).decode('ascii')
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]