From 1e7a1ab2316fb9705cab72ab6ef9e80322a216aa Mon Sep 17 00:00:00 2001 From: raphael Date: Sun, 2 Aug 2015 21:30:17 -0700 Subject: [PATCH] release v4.1-9 --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 584d2cda85..e384276730 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,7 @@ To build a new release: 2. Bump versions in scripts/archlinux/PKGBUILD and aur/PKGBUILD 3. Build packages: cd build/archlinux ; rm -rf * ; cd ../debian ; rm -rf * ; cd ../../scripts; ./build.sh linux-stable v4.1 4. Install new package, reboot and test -5. Build source: rm -rf build/linux;cp -r build/linux-patched build/linux; cd build/linux; rm -rf .git; make clean ; rm config ; ln -s ../../scripts/config .config +5. Build source: rm -rf build/linux;cp -r build/linux-patched build/linux; cd build/linux; rm -rf .git; make clean ; rm .config ; ln -s ../../scripts/config .config 6. Commit / push all packages using "release 4.1-x" message 7. Tag with version "v4.1-x" 8. Create release in Github using tag