aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryardenac2013-04-28 11:41:17 -0700
committeryar2015-07-03 16:58:25 -0700
commita1e7ec68a13fb68b34a8fda77511b00dca71144d (patch)
tree84b0dadd89e26c4e6b5d726d097b788242280d69
parent89bb37c7b06364e3b25d02a8211cc13b2cef5362 (diff)
downloadaur-a1e7ec68a13fb68b34a8fda77511b00dca71144d.tar.gz
drop the old updating guide
-rw-r--r--UPDATING36
1 files changed, 0 insertions, 36 deletions
diff --git a/UPDATING b/UPDATING
deleted file mode 100644
index 7eea80a33492..000000000000
--- a/UPDATING
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-# How to update this package!
-
-# Don't actually run this as a shell script - it's part pseudocode
-exit
-
-# Cleans things up
-makepkg -oecd
-
-# Check https://projects.archlinux.org/svntogit/packages.git/log/trunk?h=packages/linux
-# Bump pkgver, pkgrel
-# Sync any new PKGBUILD logic, important patches, configs or other changes
-# update hashes
-
-# prepare sources
-makepkg -o
-
-# may prompt for oldconfig
-
-# do a checkup
-cd src/linux-${pkgver}
-make nconfig
-# save as .config, then quit
-
-# last check
-diff ../../config.x86_64 .config
-
-# move it back
-cd ../..
-cp src/linux-${pkgver}/.config config.x86_64
-
-# update md5s + git
-
-# finally:
-makepkg -c