skagedal / gobject-introspection-tutorial-code

Code for GObject Introspection Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please push updated code

ao2 opened this issue · comments

Hi @skagedal,

maybe you forgot to push a more updated version of the code?

I cannot follow all the steps from the tutorial at http://helgo.net/simon/introspection-tutorial/index.xhtml with the current code in this repository.

Thanks,
Antonio

I believe the version at https://github.com/skagedal/gobject-introspection-tutorial-code is the latest version.

/simon

On 23 jan. 2016, at 13:23, Antonio Ospite notifications@github.com wrote:

Hi @skagedal https://github.com/skagedal,

maybe you forgot to push a more updated version of the code?

I cannot follow all the steps from the tutorial at http://helgonet/simon/introspection-tutorial/indexxhtml with the current code in this repository

Thanks,
Antonio


Reply to this email directly or view it on GitHub #1.

Hi,

I started form the tutorial at http://helgo.net/simon/introspection-tutorial/ which tells to clone from github at https://github.com/skagedal/gobject-introspection-tutorial-code.git

But in this repository I couldn't checkout "stepone", "steptwo", etc.

Then I saw the actual tutorial.txt file and it refers to a repository on gitorious: https://git.gitorious.org/gobject-introspection-tutorial/code.git

When cloning the latter then I can see all the HEADs.

So the master branch seems to be the same on the two repositories, bu the one on github seems to be missing some pieces.

Now I know that I can follow the one on gitorious, but it was confusing at first.

Thanks,
Antonio

Oh, now I remember!

The problem was that, some time ago, Gitorious was down and the repository was unreachable. So I put it up at Github. But I must have forgotten to push all the branches... :(

Good to hear that Gitorious is now back again. I will update the page when I find the time.

Thanks for reporting this!

/simon

On 27 jan. 2016, at 13:57, Antonio Ospite notifications@github.com wrote:

Hi,

I started form the tutorial at http://helgo.net/simon/introspection-tutorial/ http://helgo.net/simon/introspection-tutorial/ which tells to clone from github at https://github.com/skagedal/gobject-introspection-tutorial-code.git https://github.com/skagedal/gobject-introspection-tutorial-code.git
But in this repository I couldn't checkout "stepone", "steptwo", etc.

Then I saw the actual tutorial.txt file and it refers to a repository on gitorious: https://git.gitorious.org/gobject-introspection-tutorial/code.git https://git.gitorious.org/gobject-introspection-tutorial/code.git
When cloning the latter then I can see all the HEADs.

So the master branch seems to be the same on the two repositories, bu the one on github seems to be missing some pieces.

Now I know that I can follow the one on gitorious, but it was confusing at first.

Thanks,
Antonio


Reply to this email directly or view it on GitHub #1 (comment).

poke poke
please push all the branches.

Thanks.

I'm also here via the tutorial. If anyone else is looking for the code still: gitorious seems to currently be down, but I found a mirror. Try https://gitorious.org/gobject-introspection-tutorial/code.git. (That said, pushing all the branches here would be great, since it's the first place people will look -- it's what's linked in the tutorial itself.)

Gitorious is having issues with their ssl keys. I pulled all the branches and have pushed them to a fork on my account just to help keep access to them alive.

https://github.com/erooke/gobject-introspection-tutorial-code

I would send prs but it seems you can't pr a new branch

Thanks for the comments! I'm amazed that people are still finding this old thing. I have now pushed all the branches to this repo, cloned from @erooke's clone of my gitorious.