Skip to content

Commit

Permalink
release v4.1-9
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Aug 3, 2015
1 parent 9c66391 commit 1e7a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e7a1ab

Please sign in to comment.