Commit Graph

3056 Commits

Author SHA1 Message Date
chals b1470f5fe5 Removing obsolete po4a flag 'no-backups' from manpages/Makefile. 2013-11-05 19:22:19 +01:00
Daniel Baumann 8245c7d0fc Adding --distribution to lb-init. 2013-11-05 12:20:17 +01:00
Daniel Baumann 3a3a4bbfc9 Adding lb-init manpage. 2013-11-05 12:20:16 +01:00
Daniel Baumann 960de852b7 Adding initial stub for lb init.
In the past, we had lb config for both creating a configuration directory
and updating settings in there. With the rewrite in Python, we're now
changing this finally to the more sane 'init' (create initial 'sample'
configuration directory tree, taking most arguments that lb config did)
and 'config' which will only be a get/set program to work on top of
an already initialized configuration tree.
2013-11-05 12:20:11 +01:00
Daniel Baumann 42fb1e1976 Dropping chroot_live-packages by moving logic outside of live-build into the config directory. 2013-11-05 11:16:39 +01:00
Daniel Baumann 19cc16df3f Decrufting depends, recommends and suggests. 2013-11-05 10:52:35 +01:00
Daniel Baumann 3e0c126e2a Creating all includes directories in config. 2013-11-04 19:48:25 +01:00
Daniel Baumann 2e77f83d83 Releasing debian version 4.0~alpha30-1. 2013-11-04 19:10:13 +01:00
Daniel Baumann 6254718202 Adding lb-bootstrap-includes manpage. 2013-11-04 19:04:49 +01:00
Daniel Baumann 0495570394 Correcting error message when no includes have been found in *-includes commands. 2013-11-04 19:00:56 +01:00
Daniel Baumann 4fa62f53fa Adding bootstrap-includes. 2013-11-04 18:59:23 +01:00
Daniel Baumann 3dbe0430d9 Adding lb-source-includes manpage. 2013-11-04 18:55:15 +01:00
Daniel Baumann 8e0188c72c Adding sources-includes. 2013-11-04 18:46:56 +01:00
Daniel Baumann 3ad37ba9f8 Adding lb-binary-includes manpage. 2013-11-04 18:41:36 +01:00
Daniel Baumann 1e04939721 Rewriting binary_includes in python. 2013-11-04 18:33:48 +01:00
Daniel Baumann 0c72f37533 Completing incomplete verbose message when copying files in chroot-includes. 2013-11-04 18:31:55 +01:00
Daniel Baumann 00b2ea2d8a Correcting spelling typo in python stubs (s/optained/obtained/). 2013-11-04 18:29:12 +01:00
Daniel Baumann e9d44e95a5 Adding dependency check for cpio in chroot-includes. 2013-11-04 18:27:57 +01:00
Daniel Baumann 6115270556 Adding lb-chroot-includes manpage. 2013-11-04 18:25:13 +01:00
Daniel Baumann 941f178173 Updating program description of *-hook commands. 2013-11-04 17:51:38 +01:00
Daniel Baumann fee4e8b349 Rewriting chroot_includes in python. 2013-11-04 17:51:36 +01:00
Daniel Baumann 9987bdcc1a Updating todos in python stubs. 2013-11-04 17:21:06 +01:00
Daniel Baumann 9e3863aa8f Switching to later submodule naming scheme for python stubs. 2013-11-04 17:10:22 +01:00
Daniel Baumann f3fe376f61 Removing wrong reference to config/build in lb_*_hooks manpages. 2013-11-04 16:42:40 +01:00
Daniel Baumann 8d7c992858 Streamlineing a few comments in the python stubs. 2013-11-04 14:44:45 +01:00
Daniel Baumann 5603355e1d Handling bootstrap cache inside the bootstrap stubs itself. 2013-11-04 14:02:40 +01:00
Daniel Baumann 83dacd9b39 Stuffing bootstrapping of archive-keys for derivatives into lb_config, it's not a runtime thing and its logic should not be embedded in live-build but the config directory. 2013-11-04 13:34:43 +01:00
Daniel Baumann 35919637af Moving testroot into lb wrapper itself. 2013-11-04 13:00:12 +01:00
Daniel Baumann 600e715703 Correcting spelling typo in manpages (s/hoooks/hooks/). 2013-11-04 12:45:10 +01:00
Daniel Baumann ef20722290 Harmonizing options markup in manpages. 2013-11-04 12:42:28 +01:00
Daniel Baumann 35dbb107d0 Adding program specification to lb_bootstrap_hooks manpage. 2013-11-04 12:37:33 +01:00
Daniel Baumann e5c72654ec Adding program specification to lb_chroot_hooks manpage. 2013-11-04 12:33:12 +01:00
Daniel Baumann f5b825ee3c Adding program specification to lb_source_hooks manpage. 2013-11-04 12:26:39 +01:00
Daniel Baumann e00df1684b Adding program specification to lb_binary_hooks manpage. 2013-11-04 12:21:32 +01:00
Daniel Baumann 1a33b7a585 Simplifying package cache stanza in python bootstrap stubs. 2013-11-04 09:44:01 +01:00
Daniel Baumann 0aa8289a37 Switching from global lock file to config tree specific one. 2013-11-04 09:07:51 +01:00
Daniel Baumann 65ae9642aa Updating filenames suffixes of example hook files. 2013-11-04 08:12:02 +01:00
Daniel Baumann 55e32d6c06 Releasing debian version 4.0~alpha29-1. 2013-11-04 07:40:05 +01:00
Daniel Baumann 7bb90e9f5f Replacing os.link calls for hooks with shutil.copy to properly dereference symlinks in python stubs. 2013-11-04 07:40:05 +01:00
Daniel Baumann a5bd371568 Manually adding --version to argparse in python stub since python 3.3 dropped the version keyword. 2013-11-04 07:16:28 +01:00
Daniel Baumann 52122b2845 Moving python stubs to their own subdirectory within the source tree. 2013-11-04 07:06:08 +01:00
Daniel Baumann afafe4628c Adding see also entries in hooks manpages. 2013-11-04 06:57:57 +01:00
Daniel Baumann 3077d77a56 Adding lb_source_hooks manpage. 2013-11-04 06:47:04 +01:00
Daniel Baumann db331a3c5a Rewriting source_hooks in python. 2013-11-04 06:43:40 +01:00
Daniel Baumann d042538e28 Adding lb_binary_hooks manpage. 2013-11-04 06:42:19 +01:00
Daniel Baumann 90fd3636a4 Rewriting binary_hooks in python. 2013-11-04 06:37:31 +01:00
Daniel Baumann e9701039f7 Updating configuration path in update-apt-file-cache.hook.chroot. 2013-11-03 21:20:33 +01:00
Daniel Baumann 1bcc449483 Automatically symlink hooks upon creation of the configuration tree. 2013-11-03 21:18:10 +01:00
Daniel Baumann 037066598a Updating file suffixes of the internal default hooks. 2013-11-03 21:17:13 +01:00
Daniel Baumann 12a20871ed Adding lb_chroot_hooks manpage. 2013-11-03 21:01:43 +01:00