Commit Graph

105 Commits

Author SHA1 Message Date
Raphaël Hertzog
6f7446fa89 Drop the epoch in /usr/share/live/build/VERSION 2020-04-23 16:51:58 +02:00
jnqnfe
5a00487872 fix capitalisation of some output messages
Closes: #952875
2020-03-05 20:36:54 +00:00
Raphaël Hertzog
b8f7f19015 Fix version of live-build that is displayed by lb --version
Now we generate the VERSION file at install time or at package build time.
2016-12-02 15:23:20 +01:00
Daniel Baumann
708c454776 Simplify hooks pattern in Makefile. 2015-08-10 19:20:23 +02:00
Daniel Reichelt
f2c1f07ee4 Fix hook scripts location in Makefile 2015-07-26 14:31:59 +02:00
Daniel Baumann
320b1ce75e Flattening frontend directory within the source tree. 2015-04-29 08:12:46 +02:00
Daniel Baumann
7e633e77f2 Moving grub and grub2 templates into shared bootloader config directory. 2015-04-29 07:52:56 +02:00
Daniel Baumann
58bdabe139 Moving cgi to its own source package. 2015-04-28 07:58:14 +02:00
Daniel Baumann
bc50443cf0 Moving partial python rewrite to separate branch, let's do it in the jessie+1 cycle rather than go with the current mixed code. 2014-08-28 00:59:28 +02: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
86746ac72f Reorganizing frontend in source tree. 2013-06-25 09:04:42 +02:00
Daniel Baumann
caff6e6f1a Excluding Python scripts from shell script tests in top-level Makefile. 2013-05-06 14:50:07 +02:00
Daniel Baumann
94b1dd2b65 Removing old docs. 2013-05-06 14:50:07 +02:00
Daniel Baumann
913c6037af Adding shortcut helper for dctrl-tools.
This 'Packages' shortcut helper can be used for simplified
usage of grep-aptavailable from dctrl-tools.

Rather than needing to specify the following explicit command:

  ! grep-aptavail -n -sPackage -FPriority standard

in package lists, the following shortcut can be used:

  ! Packages Priority standard
2012-07-30 18:19:23 +02:00
Daniel Baumann
81fb429453 Dropping global package-lists entirely, only local package lists within the config tree are support. 2012-07-29 00:29:23 +02:00
Daniel Baumann
cd4a3eddc0 Dropping global binary includes and moving binary local-includes to includes, just as with chroot includes and local-includes. 2012-07-28 18:57:40 +02:00
Daniel Baumann
a6cdc3f9d3 Installing examples into the correct location in /usr/share/doc. 2012-07-19 03:35:11 +02:00
Daniel Baumann
2d16c7e258 Moving scripts from /usr/share/live to /usr/lib/live for consistency with all debian-live packages. 2012-07-19 02:59:55 +02:00
Daniel Baumann
5816e7afe0 Moving main executables away from scripts subdirectory. 2012-07-19 02:53:28 +02:00
Daniel Baumann
ad4a519ccc Removing leftover creation of /var/log in toplevel makefile from the cron removals. 2012-07-19 02:49:13 +02:00
Daniel Baumann
223b81fb28 Removing discontinued live-build-cron autobuilder (Closes: #672379). 2012-07-09 18:22:14 +02:00
Daniel Baumann
2c5004a358 Re-arranging frontends in source tree. 2012-06-06 19:59:13 +02:00
Daniel Baumann
3cf8c4bb22 Silencing rmdir calls in makefile. 2011-08-31 11:17:13 +02:00
Daniel Baumann
9a94a6d6d9 Using global version file rather than using copied information in functions/common.sh. 2011-08-08 21:19:44 +02:00
Daniel Baumann
d0663f3cbd Since all (false positives for) bashisms are gone, making the test target fail on bashisms. 2011-08-08 21:04:20 +02:00
Daniel Baumann
1566a511b0 Limiting test target to actual scripts in cron subdirectory. 2011-08-08 20:59:02 +02:00
Daniel Baumann
ca8baa892f Renaming cgi files within the sources to consistently use the name live-build-cgi. 2011-08-08 20:32:14 +02:00
Daniel Baumann
5b9c2c23df Adding share/hooks to toplevel makefile so that it's included in the test suite. 2011-08-08 20:27:39 +02:00
Daniel Baumann
a9159eb2dc Moving archives meta data arround in source tree. 2011-07-18 15:10:24 +02:00
Daniel Baumann
7e4c34b6f2 Adding initial live-build-cron package. 2011-07-15 20:38:39 +02:00
Daniel Baumann
ff528d09db Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-build installation. 2011-06-16 22:24:12 +02:00
Daniel Baumann
db4943c415 Moving internal global package lists from 'lists' to 'package-lists'. This is not a user visible change. 2011-06-15 21:47:45 +02:00
Daniel Baumann
a6988b188f Renaming repositories option to archives for consistency with debian-policy terminology.
In order to be consistent with terminology used in debian-policy,
we've always tried to use the same names for the same things.

The repository option is one of the last things that were too
late in squeeze release cycle to be renamed in time.
2011-06-15 20:40:18 +02:00
Daniel Baumann
daa0dbb9de Removing accidentally twice included English files when installing manpages (Closes: #628897). 2011-06-03 10:55:03 +02:00
Daniel Baumann
348cb4b391 Moving 'default' hooks for minimal and stripped to example hooks, they will have to be enabled manually now (Closes: #627183).
Previously, there were a couple of hooks that were automatically run
for some image flavours. This came back from the old days when we
had to deconfigure gdm and enable kdm explicitly for kde images.

After lenny, this hack was not needed anymore, and there's not much
sense to keep the mechanism in place at all. Better, let's treat all
images the same way wrt/ hooks and don't do special automagics.

The only images that is of concern of are minimal and stripped
which we don't build by default anyway. This also stopps confusing
others.
2011-06-03 10:39:45 +02:00
Daniel Baumann
ceefa557a9 Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list. 2011-05-18 19:38:12 +02:00
Daniel Baumann
030a248a71 Don't hard-depend on test target in Makefile. 2011-03-09 19:20:38 +01:00
Ben Armstrong
aa456e33b5 Adding example auto scripts. 2011-03-09 19:20:36 +01:00
Daniel Baumann
c5c3f6133a Adding debian version 3.0~a1-1. 2011-03-09 19:19:23 +01:00
Ben Armstrong
c5ed3375b5 Adding example auto scripts. 2011-03-09 19:17:29 +01:00
Daniel Baumann
ce4581282e Replacing some references to live-helper with live-build. 2011-03-09 19:17:18 +01:00
Daniel Baumann
c210b8ae44 Moving /usr/share/live-helper to /usr/share/live/build. 2011-03-09 19:17:17 +01:00
Daniel Baumann
74c3ad26d5 Rearranging helpers scripts in source tree. 2011-03-09 19:17:15 +01:00
Daniel Baumann
313ffd491a Running checkbashisms with -f and -x in Makefile. 2011-03-09 19:17:10 +01:00
Daniel Baumann
da9b423ab6 Simplyfing makefile a bit. 2011-03-09 19:17:10 +01:00
Daniel Baumann
d4c3a71a3d Correcting install command for manpages in Makefile. 2011-03-09 19:17:10 +01:00
Daniel Baumann
caaf28ec95 Visually improving test target of Makefile. 2011-03-09 19:17:08 +01:00
Daniel Baumann
79dd982009 Reworking manpages for live-helper 2. 2011-03-09 19:17:07 +01:00
Daniel Baumann
78a85f9b83 Adding -r, --repositories option to select preconfigured third-party repositories more easily. 2011-03-09 19:17:05 +01:00
Daniel Baumann
1fccaac6c3 Excluding cgi from checkbashism (checkbashism is too stupid). 2011-03-09 19:17:04 +01:00