#9131 Delete the rpms/python-notebook momento branch
Closed: Can't Fix 4 years ago by mohanboddu. Opened 4 years ago by churchyard.

  • Describe the issue

The momento branch of rpms/python-notebook was pushed by accident. The commits are all in master and the branch can be safely removed. Please do so.

  • When do you need this? (YYYY/MM/DD)

Any time.

  • When is this no longer needed or useful? (YYYY/MM/DD)

When we can do this ourselves.

  • If we cannot complete your request, what is the impact?

A stray branch.


We are not allowing removing of branches anymore. But we will discuss this in our next meeting.

https://pagure.io/releng/issue/9068#comment-624850

Metadata Update from @mohanboddu:
- Issue tagged with: meeting

4 years ago

Note: The commit this branch refers to is reachable from master. Hence, there should be no technical obstacle removing it.

Simple command to check if the branch "momento" it's reachable from branch "master":

if git rev-list origin/master | grep git rev-parse remotes/origin/momento ; then echo "OK to remove" ; else echo "NOT ok to remove" ; fi

From RelEng meeting on Feb 12 2020:

We will close the tickets and ask people to take it to fesco for a process to remove branches

Please file a ticket with fesco to get a process established to remove branches.

Sorry for the trouble.

Metadata Update from @mohanboddu:
- Issue close_status updated to: Can't Fix
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata