Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								e2332e8aa7 
								
							 
						 
						
							
							
								
								daemon: Warn against running as root without `--build-users-group'.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (main): Recommend using
  `--build-users-group' when running  as root without a build users
  group. 
							
						 
						
							2012-12-16 18:13:59 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								72ce03739e 
								
							 
						 
						
							
							
								
								daemon: Add `--chroot-directory'.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_CHROOT_DIR): New macro.
  (options): Add `--chroot-directory'.
  (parse_opt): Handle it. 
							
						 
						
							2012-12-16 18:09:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								da30f55582 
								
							 
						 
						
							
							
								
								daemon: Add `--debug' option.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_DEBUG): New macro.
  (options): Add `--debug'.
  (parse_opt): Set `verbosity' upon GUIX_OPT_DEBUG. 
							
						 
						
							2012-12-15 00:06:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								335dd762cc 
								
							 
						 
						
							
							
								
								daemon: Disable use of substitutes for now.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (main): Set `settings.useSubstitutes' to
  false, and `settings.substituters' to the empty list. 
							
						 
						
							2012-12-14 23:57:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andreas Enge 
								
							 
						 
						
							
							
							
							
								
							
							
								0d12bea306 
								
							 
						 
						
							
							
								
								build: Avoid brace expansion in `nix/sync-with-upstream'.  
							
							... 
							
							
							
							* nix/sync-with-upstream: Avoid brace expansion, for the sake of Dash. 
							
						 
						
							2012-12-14 22:12:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								5c403e3518 
								
							 
						 
						
							
							
								
								daemon: Add more options.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_BUILD_USERS_GROUP,
  GUIX_OPT_CACHE_FAILURES, GUIX_OPT_LOSE_LOGS,
  GUIX_OPT_DISABLE_STORE_OPTIMIZATION, GUIX_OPT_IMPERSONATE_LINUX_26):
  New macros.
  (options)["build-users-group", "cache-failures", "lose-logs",
  "disable-store-optimization", "impersonate-linux-2.6"]: New options.
  (parse_opt): Handle them. 
							
						 
						
							2012-12-06 22:21:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								f5c82e15e0 
								
							 
						 
						
							
							
								
								daemon: Add `list-runtime-roots' script.  
							
							... 
							
							
							
							* nix/scripts/list-runtime-roots.in: New file.
* config-daemon.ac: Add `AC_CONFIG_FILES' invocation for it.
* daemon.am (nodist_pkglibexec_SCRIPTS): New variable.
  (AM_TESTS_ENVIRONMENT): Define `top_builddir'.
* tests/guix-daemon.sh: Export `NIX_ROOT_FINDER'.
* nix/sync-with-upstream: Substitute the path to the root finder in
  libstore/gc.cc. 
							
						 
						
							2012-12-05 16:29:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								8b15ac6700 
								
							 
						 
						
							
							
								
								daemon: Disable use of chroots when support is lacking.  
							
							... 
							
							
							
							* nix/nix-daemon/guix-daemon.cc (options)[!HAVE_CHROOT]: Mention that
  `--disable-chroot' has no effect.
  (main)[!HAVE_CHROOT]: Set `useChroot' to false. 
							
						 
						
							2012-12-05 15:22:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								0adb527600 
								
							 
						 
						
							
							
								
								daemon: Fix typo in libgcrypt bindings.  
							
							... 
							
							
							
							* nix/libutil/md5.h (MD5_Final): Pass RESBUF as the first argument to
  `guix_hash_final'.
* nix/libutil/sha1.h (SHA1_Final): Likewise.
* nix/libutil/sha256.h (SHA256_Final): Likewise. 
							
						 
						
							2012-12-04 23:51:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								b49ffe2d67 
								
							 
						 
						
							
							
								
								build: Add bootstrap' and sync-with-upstream' scripts.  
							
							... 
							
							
							
							* bootstrap, nix/sync-with-upstream: New files.
* Makefile.am (EXTRA_DIST): Add `bootstrap'.
* daemon.am (EXTRA_DIST): Add `nix/sync-with-upstream'. 
							
						 
						
							2012-12-03 23:05:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ludovic Courtès 
								
							 
						 
						
							
							
							
							
								
							
							
								c2033df432 
								
							 
						 
						
							
							
								
								build: Include a copy of Nix's libstore and daemon; build it.  
							
							... 
							
							
							
							* configure.ac: Call `AC_USE_SYSTEM_EXTENSIONS', and
  `GUIX_SYSTEM_TYPE'.  Add `--with-store-dir' option, and substitute
  `storedir'.  Include `config-daemon.ac'.
* config-daemon.ac: New file.
* Makefile.am [BUILD_DAEMON]: Include `daemon.am'.
* daemon.am: New file.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): New macro.
* nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh,
  nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h,
  nix/nix-daemon/guix-daemon.cc, nix/nix-daemon/shared.hh: New files. 
							
						 
						
							2012-12-03 23:05:08 +01:00