The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Development

From Mer Wiki
< Nemo(Difference between revisions)
Jump to: navigation, search
(With tar_git service)
(With tar_git service)
Line 11: Line 11:
 
Changelogs are automatically generated from git commit messages, when ever git commit contains line that contains the following format
 
Changelogs are automatically generated from git commit messages, when ever git commit contains line that contains the following format
 
  [sample text] Longer sample text
 
  [sample text] Longer sample text
it is added automatically to the next changelog entry when new version is tagged. If .changes file is located in the rpm/ subdirectory it is used as a base of the changelog generation and automated changelogs are appended to that. Should be noted that in ideal case there is no .changes file in rpm/ directory and in cases where there is it is not updated after adding it to the git tree.
+
it is added automatically to the next changelog entry when new version is tagged.  
 +
 
 +
NOTE: If you have existing changelog that isn't already in proper format in git you need to add the old .changes file to the rpm/ directory. This will be is used as a base of the changelog generation and automated changelogs are appended to that. Should be noted that this changes file should not be updated after adding it to the git tree.
  
 
When ever you do tag on the branch enabled with the webhook, it will automatically launch the tar_git service and the new sources will be downloaded and built on the target project.
 
When ever you do tag on the branch enabled with the webhook, it will automatically launch the tar_git service and the new sources will be downloaded and built on the target project.
  
TODO
+
To follow the behaviour of your webhooks you can join to #mer-boss IRC channel @ Freenode.
  
 
== FAQ ==
 
== FAQ ==

Revision as of 14:42, 5 April 2013

Contents

Automated Packaging from git

Setting up a webhook to github

Open the git tree you have. Go to Settings->Service Hooks->WebHook URLs and enter https://webhook.merproject.org/webhook/ to the URL field. Click "Update Settings" and "Test Hook". After clicking "Test Hook" the webhooks admin interface will show to the admins that you have active git tree. Contact Sage or w00t at #nemomobile IRC channel and they can help you to setup the rest of the process.

With tar_git service

With tar_git service packaging information is carried on the same branch in rpm/ subdirectory. This directory can contain any files which all are exported to packaging in OBS. If more than one .spec, .yaml or .changes is present the one that matches to the "Package" in webhooks will be taken. This allows one to create multiple packages with same source and different .spec file.

Changelogs are automatically generated from git commit messages, when ever git commit contains line that contains the following format

[sample text] Longer sample text

it is added automatically to the next changelog entry when new version is tagged.

NOTE: If you have existing changelog that isn't already in proper format in git you need to add the old .changes file to the rpm/ directory. This will be is used as a base of the changelog generation and automated changelogs are appended to that. Should be noted that this changes file should not be updated after adding it to the git tree.

When ever you do tag on the branch enabled with the webhook, it will automatically launch the tar_git service and the new sources will be downloaded and built on the target project.

To follow the behaviour of your webhooks you can join to #mer-boss IRC channel @ Freenode.

FAQ

Q: I removed a tag remotely and pushed it again, but this didn't trigger the webhook at github?
A: Retag locally and then push again.

With git_pkg service

TODO


Other stuff

This section is a bit of a guide about how to perform unified development on the software that we (in Nemo) write and maintain.

Personal tools