Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Switch default Debian branch to 'debian/latest' (Closes: #829444) #93

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 26, 2024

  1. WIP: Switch default Debian branch to 'debian/latest' (Closes: #829444)

    As defined by DEP14, the default Debian packaging branch name should be
    'debian/latest' instead of 'master.
    
    https://dep-team.pages.debian.net/deps/dep14/
    ottok committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    06071e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b28903 View commit details
    Browse the repository at this point in the history
  3. WIP: Revert misc test changes not compatible with 'debian/latest'

    ======================================================================
    FAIL: Dump the repository and check if files exist
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
        self.test(*self.arg)
      File "/builds/otto/git-buildpackage/debian/output/source_dir/tests/04_test_submodules.py", line 116, in test_dump_tree
        ok_(buildpackage.dump_tree(REPO, dumpdir, "debian/latest", True))
    AssertionError: None
    -------------------- >> begin captured logging << --------------------
    gbp: error: Error in dump_tree archive pipe
    --------------------- >> end captured logging << ---------------------
    
    ======================================================================
    FAIL: test_30_quilt (tests.24_test_gbp_import_orig.TestIs30Quilt.test_30_quilt)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/builds/otto/git-buildpackage/debian/output/source_dir/tests/24_test_gbp_import_orig.py", line 55, in test_30_quilt
        self.assertEquals(self.repo.branch, options.debian_branch)
    AssertionError: 'master' != 'debian/latest'
    - master
    + debian/latest
    
    
    ======================================================================
    FAIL: Make sure we shorten the reflog entry properly
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/builds/otto/git-buildpackage/debian/output/source_dir/tests/28_test_gbp_git_repository_commit_dir.py", line 41, in test_long_msg_854333
        self.assertEquals(ret, 0)
    AssertionError: 128 != 0
    ottok committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    88b2466 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b56e9f View commit details
    Browse the repository at this point in the history
  5. Revert "WIP: More test reverts.. TODO: understand 'class DebianGitTes…

    …tRepo'"
    
    This reverts commit 2fef23b0bde35d2896d955c4a0e7dd865474a4b3.
    ottok committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6ee301c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    870f18f View commit details
    Browse the repository at this point in the history
  7. WIP: test tests

    ottok committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4718072 View commit details
    Browse the repository at this point in the history