main/qt5ct: update to 0.39
Merge request reports
Activity
What do you mean with "the commits are not showing up"?
Not really related, but did you do this tutorial already? https://git-rebase.io/ That should help with understanding rebasing (better).
By Luca Weiss on 2019-07-17T13:19:24
i am following this https://www.youtube.com/watch?v=2E23I9PzplM
pick e3921e5d xiaomi-santoni: add android adaptation (!420) pick c4110b60 xiaomi-santoni: workaround for long boot times with hybris userland (!420) pick 206b763d device-xiaomi-santoni: add contributors and maintainers (!420) pick 0ea7b9a7 xiaomi-santoni: tweak kernel config for hybris-boot, add X11 config for xf86-video-hwcomposer (!420) pick 3d513070 device-xiaomi-santoni: move alsa ucm files and sound dependencies to nonfree_firmware (!420) pick 19c17622 device-xiaomi-santoni: remove asound.conf (!420) pick 4499ff72 device-xiaomi-santoni: add pulseaudio support through hybris (!420) pick cec2a9de linux-xiaomi-santoni: add hci smd for bluetooth support (!420) pick 861fb8e5 device-xiaomi-santoni: fix post-install script (!420) pick 96d27423 phosh/phoc: new aport (!495) pick ccfa6e2d phosh/phosh: update to 0.3.0 (!495) pick 40b98f4c temp/wlroots: remove, superseded by Phoc (!495) pick 5ccbcf99 samsung-i927: update kernel to 5.2.1, more updates (!452) pick 3dd4d8f2 samsung-zanin: new device (Samsung Galaxy Chat) (!496) pick 326dc7b8 phosh/phoc: enable for all architectures and update to latest commit (!497) pick 41a120ef qt5ct v39 # Rebase 2087c988..41a120ef onto 41a120ef (200 commands)
see the last commit. i see the commit i just made but can't see before that, 2 commits.
By rahmanshaber on 2019-07-17T13:22:51
Edited by Administratori did this. after cloning the repo from my fork of pmaport then
git checkout newmessport - that is the branch i made and pushed the commits.
git rebase -i HEAD~2 - got this, but there is no commit from mine.
pick 3dd4d8f2 samsung-zanin: new device (Samsung Galaxy Chat) (!496) pick 36465222 phosh/phoc: enable for all architectures and update to latest commit (!497)
so how can i rebase. i tried HEAD~200 but no commit from me.
By rahmanshaber on 2019-07-17T15:16:50
Edited by AdministratorWith these commands I see your commits:
git clone https://gitlab.com/rahmanshaber/pmaports cd pmaports git checkout newmessport git log -2
Can you dump your terminal log onto some paste site (e.g. pastebin.com)? Otherwise I can't tell what you're doing.
By Luca Weiss on 2019-07-17T15:24:25
My net is slow in peck hour. i am in mobile net now.
@z3ntu can you tell me how to rebase those w commits? that will be easy for me.
By rahmanshaber on 2019-07-17T16:39:08
Edited by Administratoradded category::upgrade label
@z3ntu https://pastebin.com/TeTnGfvB
in short update were rejected because the tip of your current branch is behindits remote counterpart.
if i do Git pull then i can't see my commits. what to do?
By rahmanshaber on 2019-07-18T05:22:01
It seems like you almost have it. Just change
$ git push --set-upstream origin newmessport
to this (the --force is added):
$ git push --force --set-upstream origin newmessport
(In fact, you should not need "--set-upstream origin newmessport", this is only needed the first time. So
git push --force
should also do it.)By Oliver Smith on 2019-07-18T21:13:52
- Resolved by Administrator
i did the changes but not seeing any difference!!!! @ollieparanoid
By rahmanshaber on 2019-07-23T21:50:38
Edited by Ghost User
added 19 commits
-
73794b7b...2f2e1791 - 17 commits from branch
postmarketOS:master
- 2bd91a0c - updated qt5ct
- 07db8cef - updated qt5ct checksum
By rahmanshaber on 2019-07-24T12:13:07
-
73794b7b...2f2e1791 - 17 commits from branch