ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
hightower3 has joined #haiku
hightower4 has quit [Ping timeout: 480 seconds]
vdamewood has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
AlienSoldier has quit [Quit: Vision[]: i've been blurred!]
catcream_ has joined #haiku
smalltalkman has quit []
HaikuUser has joined #haiku
HaikuUser has quit []
GrizzlyKiwi has joined #haiku
GrizzlyKiwi has quit []
Maturi0n has joined #haiku
Maturi0n_ has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
vdamewood has quit [Quit: Life beckons.]
invs has joined #haiku
invs has left #haiku [#haiku]
mmu_man has quit [Ping timeout: 480 seconds]
Halamix2 has quit [Quit: Gone (and/or ZNC is doing something stupid)]
Halamix2 has joined #haiku
kikadf_ has joined #haiku
kikadf is now known as Guest9246
kikadf_ is now known as kikadf
Guest9246 has quit [Ping timeout: 480 seconds]
Begasus has joined #haiku
<Begasus> g'morning peeps
<andreasdr[m]> Good morning Begasus
<Begasus> Moin andreasdr[m]
<pairisto[m]> hey begasus, how do you make a .pacth file? I wanted to turn the code I added to OpenVPN into a patch to make sure I don't break the main repo when I submit the pull request
<Begasus> pairisto[m] did you fork the repo?
<pairisto[m]> yes
<Begasus> ok, on your fork create a branch, make your changes there and push them to your remote repo
<pairisto[m]> you're talking about openVPN right?
<Begasus> github will show a change and will ask you to create a PR
<Begasus> if that's what you mean yes
<Begasus> it's the same on all githup repositories
<pairisto[m]> ok yeah, continue
<Begasus> If I push a new branch to my repository for haikuports I see a request at haikuports repository automaticly
<pairisto[m]> right, I am there
<Begasus> there was a cli way to do this too, but forgot about that one :)
<Begasus> nice :)
<pairisto[m]> so at the PR screen and what do I have to copy exactly?
illen[m] has quit [Quit: Client limit exceeded: 20000]
<Begasus> copy?
<Begasus> you should see something to create a PR if you pushed to your remote fork
<pairisto[m]> okay sorry, let me start with this. I am here on github on my fork after I pushed my code
<Begasus> if you pushed to your repository that's not a PR :)
<Begasus> did you check upstream?
<Begasus> you should see something like this: https://ibb.co/8gY5LFV
<augiedoggie> he forked the openvpn repo, not the haikuports repo
<Begasus> repo doesn't really matter here augiedoggie
<augiedoggie> uh, yes it does
<Begasus> he wants to upstream, so upstream repo should show the same?
<augiedoggie> i thought he was pushing a patch to haikuports?
<pairisto[m]> ^^
<Begasus> Haiku-OpenVN ... doesn't seem so :)
<pairisto[m]> thats what I see
<pairisto[m]> might need to sync it
<Begasus> you pushed to master?
<pairisto[m]> nevermind, not behind upstream
<pairisto[m]> to my for yes
<pairisto[m]> * to my fork yes
<Begasus> always use branches :)
<pairisto[m]> fair enough
<Begasus> I've f*cked up plenty of time pushing to master :)
<pairisto[m]> so basically make a new branch, push something to it, then the PR will be there?
<Begasus> if you want to upstream ... that's how I do it (but I keep my fork in sync with remote) :)
<pairisto[m]> just realized, I should make it from OpenVPN's master branch not my forked master branch right?
<pairisto[m]> * just realized, I should make it from OpenVPN's master branch not my forked master branch right?
<Begasus> forked master (if there are no conflicts with upstream it will only show the diff)
<Begasus> these are my current branches on my forked haikuports: https://ibb.co/TPdYbSJ
<Begasus> on the right there you can see "New pull request"
<Begasus> pushing that will compare the changes from my fork with the haikuports repository
<Begasus> naming the branch is nice too (for upstream I mostly use a branch called "haiku" to reflect the origin or intention) :)
<Begasus> biab
<Begasus> doggies
<pairisto[m]> aight cool, will remember for next time. gotta change something in the new branch and then I submit a PR to my master fork and from there it shows me the diff?
<Begasus> maybe there is something usefull here (wrote it down mostly for myself) :) https://github.com/Begasus/haikuports/wiki/Using-git-commands
<PulkoMandy> If you just want a diff I don't see why you would go through all this
<andreasdr[m]> Cool Begasus.
<PulkoMandy> Use git diff commit1 commit2 (with the sha1 or branch names of the two commits you want to compare)
<PulkoMandy> And if you want patchfiles, use git format-patch
<Begasus> those are for the advanced users (not for me) :)
HaikuUser has joined #haiku
HaikuUser has quit []
<pairisto[m]> doing that now Pulkomandy and thank you for the help Begasus!
<Begasus> np, crossing fingers pairisto[m] :) (and thanks for upstreaming!)
<Begasus> reports from buildmasters nice and clean again :D
dpirate has quit [Remote host closed the connection]
dpirate has joined #haiku
floof58 has quit [Ping timeout: 480 seconds]
janoz has joined #haiku
floof58 has joined #haiku
janus has quit [Ping timeout: 480 seconds]
janoz is now known as janus
jmairboeck has joined #haiku
<Begasus> hi jmairboeck :)
AlaskanEmily has quit [Remote host closed the connection]
xet7 has quit [Remote host closed the connection]
HaikuUser has joined #haiku
HaikuUser has quit []
Begasus has quit [Quit: Vision[]: i've been blurred!]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/e9bcfb64b109...dad3f2420dc5
<botifico> [haikuports/haikuports] kenmays dad3f24 - fontawesome: bumped version (#9245)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±2] https://github.com/haikuports/haikuports/compare/dad3f2420dc5...892f848b76c4
<botifico> [haikuports/haikuports] OscarL 892f848 - monsterz: reduce CPU usage, move to "any" arch. (#9246)
Begasus has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
mmu_man has joined #haiku
bjorkint0sh has quit [Remote host closed the connection]
bjorkint0sh has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Begasus> why doesn't this work? cp -r $sourceDir2/* $sourceDir3/* $sourceDir6/* src
<Begasus> while this works ok: cp -r $sourceDir4/* $sourceDir5/* src/lodepng
<Begasus> Command '['git', 'commit', '-a', '-q', '-m', 'patch function']' returned non-zero exit status 1.
<Begasus> nvm, moved that stuff to BUILD
<jmairboeck> maybe the expansion of the first command gets too long? then you'd have to split it into multiple calls
<Begasus> tried that, even with one $sourceDir* it failed when used in PATCH()
<Begasus> only that line for lodepng worked
sulis has quit [Quit: WeeChat 3.5]
zard has joined #haiku
<Begasus> better with: find $appsDir/BetterSpades \( -name '.gitignore' \) -delete :)
<Begasus> that should do it I guess
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+4/-0/±0] https://github.com/haikuports/haikuports/compare/892f848b76c4...24fae32cdeca
<botifico> [haikuports/haikuports] win8linux 24fae32 - BetterSpades: Add recipe and icon (#6800)
<Begasus> argh ...
<Begasus> probably will need to use srcGitRev for the SOURCE_URI's :/
<Begasus> will be for later :)
<nekobot> [haiku/haiku] axeld pushed 1 commit to master [hrev57219] - https://git.haiku-os.org/haiku/log/?qt=range&q=82272adad5a9+%5E405c9dc3f27c
<nekobot> [haiku/haiku] 82272adad5a9 - kernel debugger: add missing newline to exception messages without position
xet7 has joined #haiku
xet7 has quit [Remote host closed the connection]
win8linux[m] has joined #haiku
<win8linux[m]> Oh wow, I forgot about that BetterSpades PR.
xet7 has joined #haiku
<win8linux[m]> Thanks for the fix Begasus! Really need to find time to get back to some other ones.
tqh has joined #haiku
<Begasus> np win8linux[m], was lingering for some time :)
<Begasus> just need to fix those sources
smalltalkman has joined #haiku
<Begasus> wished they just used external libs to use the externals headers et all :/
<Begasus> that didn't work ... :/
extrowerk has quit [Read error: Connection reset by peer]
extrowerk has joined #haiku
AD_MOS has joined #haiku
<Begasus> bbl
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
vector1dev[m]1 has left #haiku [#haiku]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
xet7 has quit [Quit: Leaving]
bbjimmy has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] pulkomandy pushed 1 commit to master [hrev57220] - https://git.haiku-os.org/haiku/log/?qt=range&q=2bffaa64ddc2+%5E82272adad5a9
<nekobot> [haiku/haiku] 2bffaa64ddc2 - null check fTeam in CoreDumper::Dump()
mmu_man has joined #haiku
<Begasus> why can't I get a full listing for the directory here? (trying to cp files to the right place also says it can't find any file/directory): https://ibb.co/ygQCZxz
<Begasus> ls -a only shows the rdef file :/
Anarchos has joined #haiku
<augiedoggie> is the file listed in ADDITIONAL_FILES?
<Begasus> ow man!!!
* Begasus feels really stupid now :)
<Begasus> but then again, in Terminal it shouldn't matter?
<augiedoggie> they only get copied in to the work directory if they're listed in that variable
<augiedoggie> you're looking at two different directories in that screenshot
<Begasus> yeah, should have known
* augiedoggie heads off to work
<Begasus> enjoy and thanks :)
systwi_ has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/24fae32cdeca...4604e231348c
<botifico> [haikuports/haikuports] Begasus 4604e23 - betterspades, remove not working SOURCE_URI's, add local zip for missing files (#9249)
<Begasus> think I need to go back to classes :)
systwi has quit [Ping timeout: 480 seconds]
<Anarchos> WebPositive crashes on tiddlywiki files
<Anarchos> Is _mcount still unsupported on haiku (gcc profiling -pg option) ?
ScottD10 has joined #haiku
ScottD1 has quit [Ping timeout: 480 seconds]
ScottD10 is now known as ScottD1
xiku has quit [Quit: WeeChat 4.0.3]
gouchi has joined #haiku
gouchi has quit []
<Begasus> going down, cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
tercaL has joined #haiku
<botifico> [haiku/website] pulkomandy pushed 1 commit to master [+1/-0/±0] https://github.com/haiku/website/compare/717b45014247...76d0c334d62c
<botifico> [haiku/website] Swangeon 76d0c33 - Adding VPN Project Update #6 (#650)
tercaL has quit [Quit: Going offline, see ya! (www.adiirc.com)]
extrowerk has quit [Quit: Bye!]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
extrowerk has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
zard has quit [Quit: leaving]
mmu_man has joined #haiku
KapiX has joined #haiku
KapiX has quit [Quit: KapiX]
xet7 has joined #haiku
<mmu_man> Now I'd finally have a reason to write this API to replace default icons live https://sunbeam.city/@hazelnot/110912127885986828
<zdykstra> :)
HaikuUser has joined #haiku
<HaikuUser> hi
<zdykstra> hello!
<HaikuUser> first time with haikuOS hahaha
<HaikuUser> on Athlon 64 4800+
<HaikuUser> working well
<mmu_man> welcome :)
ScottD12 has joined #haiku
ScottD1 has quit [Ping timeout: 480 seconds]
ScottD12 is now known as ScottD1
Guest9204 has quit [Quit: The Lounge - https://thelounge.chat]
thelounge34 has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
vdamewood has joined #haiku
leahcl has quit [Remote host closed the connection]
leahcl has joined #haiku
leahcl has quit [Remote host closed the connection]
leahcl has joined #haiku
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
tqh has quit [Remote host closed the connection]
thelounge34 is now known as petterhj
B2IA has quit [Ping timeout: 480 seconds]
AlaskanEmily has joined #haiku
B2IA has joined #haiku