diff options
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | README.git | 26 |
2 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a64d3e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +.dependencies +*.so +*.mo +*.pot +*.tgz diff --git a/README.git b/README.git new file mode 100644 index 0000000..18a3769 --- /dev/null +++ b/README.git @@ -0,0 +1,26 @@ +how to anonymously get the current source +========================================= + +git clone git://projects.vdr-developer.org/vdr-plugin-image.git image + +how to make a new release +========================= + +adapt version in image.c and HISTORY + +set date in HISTORY + +#> git commit +#> git status # must be clean +#> git tag -a -m 'new release' '0.3.1' +#> git push --tags + +Build package + +#> make dist + +in the project configuration, add new version 0.3.1 +upload vdr-image-0.3.1.tgz + +announce new version at vdr@linuxtv.org + |