[00:00:28] asadpsalman: hey! /cc asadpsalman [00:00:32] er, /cc dr0ptp4kt [00:00:43] hi! [00:01:03] asadpsalman: so we do have a little bit of documentation up here https://www.mediawiki.org/wiki/Wikimedia_Apps/Team/Wikipedia_Android_app_hacking [00:01:41] niedzielski: i'm heading out. peace [00:01:52] dr0ptp4kt: have a good wknd! [00:02:29] niedzielski: u 2 [00:02:54] asadpsalman: do you have a gerrit login setup yet? [00:03:00] yes, i do [00:03:18] asadpsalman: ok that's great. what is origin in your git repo currently pointed at? [00:04:04] I am really sorry but I have very little idea what you're asking :/ [00:04:06] master? [00:05:03] also, I didn't download the repo using gerrit. cloned anonymously [00:05:11] asadpsalman: oh, that's fine. so i did a "git clone" of the codebase at one point. i cd into wherever that is and type "cat .git/config" [00:06:23] this help? [00:06:24] $ cat .git/config [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hideDotFiles = dotGitOnly [remote "origin"] url = https://git.wikimedia.org/git/apps/android/wikipedia.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [gui [00:06:26] asadpsalman: i see under origin the url is https://gerrit.wikimedia.org/r/p/integration/jenkins-job-builder.git [00:07:08] asadpsalman: er, sorry i was in the wrong repo [00:07:27] asadpsalman: i think you want this: https://gerrit.wikimedia.org/r/apps/android/wikipedia [00:07:41] asadpsalman: i don't know if https://git.wikimedia.org/git/apps/android/wikipedia.git is read-only or not [00:08:28] i cloned it anonymously so I doubt its i open to writing [00:08:51] asadpsalman: so try just updating that url