summarylogtreecommitdiffstats
path: root/maintainer_notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'maintainer_notes.txt')
-rw-r--r--maintainer_notes.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/maintainer_notes.txt b/maintainer_notes.txt
deleted file mode 100644
index e85fcf53af2a..000000000000
--- a/maintainer_notes.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-== Make Package ==
-
-In PKGBUILD, update pkgver to the new nessus version, and update the first md5sums to match
-the one on the website for Fedora.
-
-Then run `mksrcinfo`.
-
-Then edit .SRCINFO, removing the line that was just added about 'source = Nessus-...', but keeping the rest of the changes.
-If we kept that line, we'd be packaging the rpm with the package, but we want it instead to be downloaded.
-(For license reasons, or size reasons, or something...)
-
-Commit and push!
-
-
-== Test Locally ==
-
-You can do this using the `makepkg` command in the directory containing the PKGBUILD file
-`pacman -U /root/Download/packagename.tar.gz`