Move "Releasing" to top level
authorKeith Packard <keithp@keithp.com>
Tue, 30 Nov 2010 04:34:27 +0000 (20:34 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 30 Nov 2010 04:34:27 +0000 (20:34 -0800)
This file documents the AltOS release process for all systems.

Signed-off-by: Keith Packard <keithp@keithp.com>
Releasing [new file with mode: 0644]
debian/Releasing [deleted file]

diff --git a/Releasing b/Releasing
new file mode 100644 (file)
index 0000000..a7263c6
--- /dev/null
+++ b/Releasing
@@ -0,0 +1,27 @@
+These are Bdale's notes on how to do a release.
+
+       update the version in configure.ac and commit
+
+       git tag -a <version>
+
+       git-buildpackage --git-ignore-new
+
+               use --git-ignore-new so trash in checked-out tree doesn't
+               cause the build to fail!
+
+               at this point, we have Debian packages
+
+       make distclean
+
+       ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases
+       make fat
+
+               this pushes packages for each platform to web site
+
+       - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn to include
+         release date and explicit ref to dir contents so the AltOS page
+         shows versioned links, commit and push
+
+       (cd doc ; make publish)
+
+               this pushes fresh documents to the web site
diff --git a/debian/Releasing b/debian/Releasing
deleted file mode 100644 (file)
index efa6809..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-These are Bdale's notes on how to do a release.
-
-       update the version in configure.ac and commit
-       
-       git tag -a <version>
-
-       git-buildpackage --git-ignore-new
-
-               use --git-ignore-new so trash in checked-out tree doesn't
-               cause the build to fail!
-
-               at this point, we have Debian packages
-
-       make distclean
-
-       ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases
-       make fat
-
-               this pushes packages for each platform to web site
-
-       - go edit ~/web/altusmetrum/AltOS/releases/<rev>.mdwn to include
-         release date and explicit ref to dir contents so the AltOS page
-         shows versioned links, commit and push
-
-       (cd doc ; make publish)
-
-               this pushes fresh documents to the web site
-