summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-10-02 22:07:11 +0200
committeranbr <vdr07@deltab.de>2011-10-02 22:07:11 +0200
commit75d0527ba553b9ad76a4093001aaa1ec1495593e (patch)
tree0496a77cf29ace47edbe73a4846130d46bcd47b3
parent0068f2a31c94d2270063cf9993d0de8535675a57 (diff)
downloadvdr-plugin-image-75d0527ba553b9ad76a4093001aaa1ec1495593e.tar.gz
vdr-plugin-image-75d0527ba553b9ad76a4093001aaa1ec1495593e.tar.bz2
Migrated from vdr-image.berlios.de to projects.vdr-developer.org
-rw-r--r--.gitignore6
-rw-r--r--README.git26
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
+