Re: packages from bitbucket

2014-03-02 Thread Dridi Boukelmoune
Hi, Maybe we should add guidelines for bitbucket. That could be very similar to github's template: === %global owner $OWNER %global tag $TAG %global commit $COMMIT %global shortcommit %(c=%{commit}; echo ${c:0:12}) ... Source0:

Re: packages from bitbucket

2014-03-02 Thread Christopher Meng
On Sun, Mar 2, 2014 at 9:04 PM, Dridi Boukelmoune dridi.boukelmo...@gmail.com wrote: Hi, Maybe we should add guidelines for bitbucket. That could be very similar to github's template: === %global owner $OWNER %global tag $TAG %global commit $COMMIT %global shortcommit

packages from bitbucket

2014-02-26 Thread Nikos Mavrogiannopoulos
Hello, I've submitted a while ago a review-request on a package [0] that is taken from bitbucket.org. Unfortunately there was no reviewer yet, and I suspect that is because unlike github [1] we have no rules on how to handle bitbucket. Have other packagers experienced something similar in other

Re: packages from bitbucket

2014-02-26 Thread Tim Lauridsen
Seems like bitbucket uses unversioned tar ball, not the best approch https://bitbucket.org/yarosla/httpress/get/tip.tar.gz I would make my own tarball from the git checkout and document in the spec how to make it https://fedoraproject.org/wiki/Packaging:SourceURL#Using_Revision_Control Tim

Re: packages from bitbucket

2014-02-26 Thread Sandro Mani
On 26.02.2014 10:16, Nikos Mavrogiannopoulos wrote: Hello, I've submitted a while ago a review-request on a package [0] that is taken from bitbucket.org. Unfortunately there was no reviewer yet, and I suspect that is because unlike github [1] we have no rules on how to handle bitbucket. Have

Re: packages from bitbucket

2014-02-26 Thread Christopher Meng
Bitbucket has downloads support. Also you can get the tarball from the tags. What's the problem? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct

Re: packages from bitbucket

2014-02-26 Thread Alexander Todorov
На 26.02.2014 12:11, Tim Lauridsen написа: Seems like bitbucket uses unversioned tar ball, not the best approch https://bitbucket.org/yarosla/httpress/get/tip.tar.gz I would make my own tarball from the git checkout and document in the spec how to make it For example:

Re: packages from bitbucket

2014-02-26 Thread Tim Lauridsen
On Wed, Feb 26, 2014 at 11:21 AM, Christopher Meng cicku...@gmail.comwrote: Bitbucket has downloads support. Also you can get the tarball from the tags. What's the problem? The problem with this project is that there is no release tags, so you cant get a specific version, just download

Re: packages from bitbucket

2014-02-26 Thread Alexander Todorov
На 26.02.2014 13:00, Tim Lauridsen написа: On Wed, Feb 26, 2014 at 11:21 AM, Christopher Meng cicku...@gmail.comwrote: Bitbucket has downloads support. Also you can get the tarball from the tags. What's the problem? The problem with this project is that there is no release tags, so you

Re: packages from bitbucket

2014-02-26 Thread Christopher Meng
On Feb 26, 2014 7:00 PM, Tim Lauridsen tim.laurid...@gmail.com wrote: The problem with this project is that there is no release tags, so you cant get a specific version, just download the current master this is not very usefull for a fedora package. You can ask them to tag it from now on. I