Index: /server/doc/install-howto
===================================================================
--- /server/doc/install-howto	(revision 933)
+++ /server/doc/install-howto	(revision 934)
@@ -15,4 +15,8 @@
   deps are in /mit/scripts/rpm.
 
+* Check out the scripts /etc configuration, which is done most easily by
+  $ svn co svn://scripts.mit.edu/server/fedora/config/etc
+  # \cp -a etc /
+
 * Create a scripts-build user account, and set up rpm to build in 
   $HOME by doing a 
@@ -26,25 +30,5 @@
   by user scripts-build.
 
-* Use the Makefile to build the scripts.mit.edu-specific Fedora
-  packages.
-  - export PATH=$PATH:/usr/sbin
-  - make download
-  - make setup
-  - make all
-  - openafs-devel is a build-dependency of accountadm, so you'll need to
-    install the openafs-devel package you just built by hand when that fails.
-
-* Then install the packages you just built as root:
-   - yum localinstall --nogpgcheck accountadm-0.00-0.x86_64.rpm \
-       execsys-0.00-0.x86_64.rpm httpd* \
-       kmod-openafs-1.4.7-1.1.2.6.25_14.fc9.x86_64.rpm \
-       krb5-{debuginfo,devel,libs,pki,workstation-1}* \
-       logview-0.00-0.x86_64.rpm mit-zephyr-2.1-6-linux.x86_64.rpm \
-       mod_ssl-2.2.8-3.x86_64.rpm nss_nonlocal-* \
-       openafs-1.4.7-1.1.1.x86_64.rpm \
-       openafs-{authlibs,client,debuginfo,devel,docs,krb5}* openssh* \
-       sql-signup-0.00-0.x86_64.rpm tokensys-0.00-0.x86_64.rpm \
-       whoisd-0.00-0.x86_64.rpm \
-       nss-ldapd*
+* env NSS_NONLOCAL_IGNORE=1 yum install scripts-base
 
 * Rebuild mit-zephyr on a 32-bit machine, like the one at Joe's home.
@@ -63,8 +47,4 @@
   - chkconfig named on
   - service named start
-
-* Check out the scripts /etc configuration, which is done most easily by
-  $ svn co svn://scripts.mit.edu/server/fedora/config/etc
-  # \cp -a etc /
 
 * Reload the iptables config to take down the restrictive firewall 
Index: /server/doc/package-build-howto
===================================================================
--- /server/doc/package-build-howto	(revision 934)
+++ /server/doc/package-build-howto	(revision 934)
@@ -0,0 +1,22 @@
+This document is a how-to for building new packaages for scripts.mit.edu.
+
+* Ensure you have a scripts-build user account, as documented in install-howto.
+
+* su scripts-build -
+
+* Use the Makefile to build the scripts.mit.edu-specific Fedora
+  packages.
+  - export PATH=$PATH:/usr/sbin
+  - make download
+  - make setup
+  - make all
+  - openafs-devel is a build-dependency of accountadm, so you'll need to
+    install the openafs-devel package you just built by hand when that fails.
+
+* Add the packages to the repository by using a trusted machine to
+  - krootscp root@build-server.mit.edu:/home/scripts-build/rpmbuild/RPMS/x86-64/* /mit/scripts/rpm/
+  - cd /mit/scripts/rpm && createrepo .
+  - If you don't have a trusted Fedora machine, you can use createrepo
+    -o /tmp/foo . and then manually install the generated file
+
+* Rebuild mit-zephyr on a 32-bit machine, like the one at Joe's home.
