Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wait time for submit package
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Maitreya
Guru
Guru


Joined: 11 Jan 2006
Posts: 441

PostPosted: Mon Nov 26, 2018 11:01 am    Post subject: Reply with quote

asturm wrote:
Maitreya wrote:
However I do think it's ridiculous that you have been jumping through hoops for 9 months and there is 0 guidance for you.

What hoops to jump through do you see there? As I see it, both bugs received good input from bug wrangler/dev to improve style and basic QA. There are many examples of bugs with ebuild submissions (of variable quality) sitting there for years. The final step towards proxy-maint is missing yet, it just needs basic skills for git and some adapting to our git workflow. It is a give-and-take and certainly a great way to improve your knowledge.


Maybe that's more my frustration speaking, it felt like having to information from all over the place. Some outdated, some not complete.
Ah well, it's on its way now as people jump in.
Back to top
View user's profile Send private message
Fulgurance
Veteran
Veteran


Joined: 15 Feb 2017
Posts: 1200

PostPosted: Mon Nov 26, 2018 11:58 am    Post subject: Reply with quote

I dont understand thing, i have med my new branch, and i have commited just my msi-keyboard package, but when i checkout on other branch, my commit was applied on all branch. Is it normal ?
Back to top
View user's profile Send private message
Dwosky
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2018
Posts: 135

PostPosted: Mon Nov 26, 2018 12:02 pm    Post subject: Reply with quote

Fulgurance wrote:
I dont understand thing, i have med my new branch, and i have commited just my msi-keyboard package, but when i checkout on other branch, my commit was applied on all branch. Is it normal ?

It depends, did you do git checkout -b <new_branch>? Because that might create a new branch from the same spot your previous one was, so it had applied also the same commit.

If you want to go with multiple branches, you should create them all at the same time from the master branch in order to make sure all begin from the same state/commit.

EDIT: I've checked your repo, I'm not an expert on git so I might be misunderstanding the info, but from the log it seems all your branches are a part of the same branch:
Code:
* eb0cf0d9a37 (origin/fasm-bin) Submit new gentoo package: fasm-bin
| * 941e94d99fe (origin/msi-keyboard) Correct bad Manifest file
| * 88af80e23d8 Submit new gentoo package: app-laptop/msi-keyboard
|/
| * b9da6e4c51a (origin/kag) Submit new gentoo package: kag
|/
| * 87ac015c354 (origin/zsh-theme-powerlevel9k) Submit new gentoo package: zsh-theme-powerlevel9k
|/
* 4eb6e23eaf0 (HEAD -> master, origin/master, origin/HEAD) app-emulation/lxc-templates: bump to 3.0.3
[...]

This is the output of git log --all --decorate --oneline --graph, to see the commits and branches.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Thu Nov 29, 2018 7:17 pm    Post subject: Reply with quote

Why did you close all your PRs?
Back to top
View user's profile Send private message
Vieri
l33t
l33t


Joined: 18 Dec 2005
Posts: 877

PostPosted: Wed Dec 12, 2018 8:22 am    Post subject: Reply with quote

I don't know if this might be useful for git beginners like me:

https://forums.gentoo.org/viewtopic-p-8289814.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum