summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-01-19actually ship new upstream changelogDaniel Kahn Gillmor
2010-01-19switch Makefile to use upstream changelog for versioning infoDaniel Kahn Gillmor
2010-01-18fix keytrans test to handle possible permuted output of keytrans listfprs ↵Jameson Rollins
from expected order
2010-01-14updated Makefile copyright info to use © symbol since (c) is apparently ↵Daniel Kahn Gillmor
legally meaningless
2009-08-01switch to using new checkperms script.Daniel Kahn Gillmor
2009-07-11show git revision in version commandsmike castleman
2009-07-11Test keytrans in addition to testing the basic suiteDaniel Kahn Gillmor
2009-04-06make test prompt for shell on failure enbabled by default, and turned off ↵Jameson Graef Rollins
with env variable MONKEYSPHERE_TEST_NO_EXAMINE
2009-04-06add macports portfile update target to makefileJameson Graef Rollins
2009-03-01break out default variables into their own file: defaultenvJameson Graef Rollins
this allows the common file to be sourced without reseting variables to their defaults, which was causing a problem with su_monkeysphere_user. also added some more debug messages.
2009-03-01added "test" target for makeDaniel Kahn Gillmor
2009-03-01transition to the perl-based keytrans implementation.Daniel Kahn Gillmor
2009-02-22Fix how version number is saved/retrieved. Version is now stored inJameson Graef Rollins
VERSION file, which is created in the tarball target. This is then installed at /usr/share/monkeysphere/VERSION, and cat'ed when the version number is requested by the front-end ui. No more manual setting of version number required (to avoid future problems, aka "0.23.1"). This system is also more flexible, as the VERSION file could potentially hold more info than just the release number.
2009-02-19fix call to transition script in postinst script, and fix lintian error ↵Jameson Graef Rollins
about transitions README
2009-02-19install the transition scripts as executable by the superuser.Daniel Kahn Gillmor
2009-02-19adopting new transition script strategyDaniel Kahn Gillmor
2009-02-19shipping transition script; requiring manual version synchronization between ↵Daniel Kahn Gillmor
common and the changelog (until we come up with a more general templating build process)
2009-01-31fix some things bugs from the separation transition, and try to fix the test ↵Jameson Graef Rollins
scripts
2009-01-31move src/subcommands to srv/share, and add common file to src/share (update ↵Jameson Graef Rollins
Makefile as well)
2009-01-31fix makefile, and remove now-unneeded dirs in debian packagingJameson Graef Rollins
2009-01-31break out subfunctions from monkeysphere commandJameson Graef Rollins
2009-01-31updating Makefile and debian dependencies.Daniel Kahn Gillmor
2009-01-31add pem2openpgp to make install targetJameson Graef Rollins
add link to pem2openpgp in openpgp2ssh man page Merge commit 'micah/master' Conflicts: doc/george/changelog
2008-12-28added version output optionJameson Graef Rollins
2008-11-15move debian packaging to the packaging/ subdirectory.Jameson Graef Rollins
2008-11-10add shebang and copyright to makefile.Jameson Graef Rollins
2008-10-30Couple of small fixes to makefile.Jameson Graef Rollins
2008-10-28make sure that the /etc/monkeysphere/gpg-*.conf are placed during package ↵Daniel Kahn Gillmor
installation.
2008-10-26packaging preparations for 0.16-1 release.Daniel Kahn Gillmor
2008-09-14documenting problems with the tarball generation process.Daniel Kahn Gillmor
2008-09-12make calls to hostname portable; more tweaks to FreeBSD packaging.Daniel Kahn Gillmor
2008-09-12fixing another Makefile configfile installation goof.Daniel Kahn Gillmor
2008-09-12fixing Makefile configfile installation goof.Daniel Kahn Gillmor
2008-09-12tweaking installations of config files so that FreeBSD ports do not clobber ↵Daniel Kahn Gillmor
local sysadmin changes.
2008-09-12more monkeying around with portable ways to install the manpages.Daniel Kahn Gillmor
2008-09-12more packaging shennanigans (nc is available in FreeBSD-7-STABLE by default, ↵Daniel Kahn Gillmor
apparently)
2008-09-05scripts to "make releasenote" to make my life easier.Daniel Kahn Gillmor
2008-09-04packaging simplification, TODO cleanup.Daniel Kahn Gillmor
2008-09-04tuning up the make install target.Daniel Kahn Gillmor
2008-09-04adding make install targetDaniel Kahn Gillmor
2008-09-04preparing for 0.14-1 release with old packaging format.Daniel Kahn Gillmor
2008-09-04Revert "we are building with the format 3.0 (git) packaging techniques now; ↵Daniel Kahn Gillmor
simplify makefile. change "release" target to "tarbball", since we are not releasing this way yet." I want to move back to the old way of building the packages because having tarballs available to the public is a good thing. This reverts commit bdee166ec49a499e7203e9bf7f4bd783b5ef0232.
2008-09-03we are building with the format 3.0 (git) packaging techniques now; simplify ↵Daniel Kahn Gillmor
makefile. change "release" target to "tarbball", since we are not releasing this way yet.
2008-09-02shipping getting-started docs in the release tarball; nevermind about ↵Daniel Kahn Gillmor
calling them README.
2008-07-26more documentation for end users (and more FIXMEs), including README.admin ↵Daniel Kahn Gillmor
in the build.
2008-06-19added debian-package target to Makefile to simplify package building ↵Daniel Kahn Gillmor
process. It gets a little weird and recursive; could probably be better-engineered.
2008-06-13monkeysphere debianization. Package can now be cleanly built with minimal ↵Daniel Kahn Gillmor
lintian warnings.
2008-06-13added top-level Makefile for ease of building with debhelper.Daniel Kahn Gillmor
stupid whitespace cleanup in openpgp2ssh.c
2008-05-25move gpg2ssh stuff into it's own subdirectory to reduce some cluterJameson Graef Rollins
2008-04-21initial pass at converting PEM-encoded private keys into OpenPGP public keys.Daniel Kahn Gillmor