libyal / libpff

Library and tools to access the Personal Folder File (PFF) and the Offline Folder File (OFF) format
GNU Lesser General Public License v3.0
286 stars 74 forks source link

Use tags to alert Debian and other distros #8

Closed eribertomota closed 9 years ago

eribertomota commented 9 years ago

Hi!

Please, use tags to create versions to allow the Debian and other distros can track new versions.

Thanks!

Cheers,

Eriberto

joachimmetz commented 9 years ago

Not sure what you mean. Isn't this automatically done by github releases? Also do you have any documentation about the workflow you propose and how that "integrates" with the distros?

eribertomota commented 9 years ago

Hi! Thanks for your quick reply.

Yes, if you do a tag, the GitHub will create a release. However, you don't have any tag/release now[1].

[1] https://github.com/libyal/libpff/releases

About a workflow, you need to put a tag only. The distros will use regex to track all tags. You can see an example here[2].

[2] https://sources.debian.net/src/afflib/3.7.6-1/debian/watch/

Cheers,

Eriberto

2015-03-23 3:23 GMT-03:00 Joachim Metz notifications@github.com:

Not sure what you mean. Isn't this automatically done by github releases? Also do you have any documentation about the workflow you propose and how that "integrates" with the distros?

— Reply to this email directly or view it on GitHub https://github.com/libyal/libpff/issues/8#issuecomment-84829866.

joachimmetz commented 9 years ago

In that case nothing needs to change, the reason why you don't see a release is that there was none after the move to github. Hopefully soon if time permits.

eribertomota commented 9 years ago

There is the possibility of you tag in GitHub the last released version? (I think that is 20120802)

Thanks

2015-03-23 11:55 GMT-03:00 Joachim Metz notifications@github.com:

Closed #8 https://github.com/libyal/libpff/issues/8.

— Reply to this email directly or view it on GitHub https://github.com/libyal/libpff/issues/8#event-262406703.

joachimmetz commented 9 years ago

Does not make sense, the tag is linked to the state of the git repo. 20120802 is not a state in the git repo.

eribertomota commented 9 years ago

Yes. In git you can add a tag to a specif commit. An example:

$ git tag -am "Tagging version 0.01." 0.01 e6a4f0707a

Cheers,

Eriberto

2015-03-23 12:52 GMT-03:00 Joachim Metz notifications@github.com:

Does not make sense, the tag is linked to the state of the git repo. 20120802 is not a state in the git repo.

— Reply to this email directly or view it on GitHub https://github.com/libyal/libpff/issues/8#issuecomment-85059917.

joachimmetz commented 9 years ago

I know but there is no such commit in the git repo ;)

eribertomota commented 9 years ago

Ah, ok. :-D

Yesterday I uploaded a new revision of the libpff to Debian. I used a 10-day delay[1] to wait for a reply for you. This revision says that the package doesn't have releases. This is the only case without releases. So, I will wait for a future release to change the watcher.

[1] https://ftp-master.debian.org/deferred.html

Thanks a lot for your work. I appreciate it.

Cheers,

Eriberto

2015-03-23 14:06 GMT-03:00 Joachim Metz notifications@github.com:

I know but there is no such commit in the git repo ;)

— Reply to this email directly or view it on GitHub https://github.com/libyal/libpff/issues/8#issuecomment-85098083.