Daniel Baumann
|
5e4952e8a7
|
Adding debian version 2.0~a1-1.
|
2011-03-09 19:16:26 +01:00 |
Daniel Baumann
|
26f5aaf0bf
|
Avoid showing 'dashed commands are deprecated' warning more than one within lh_clean.
|
2011-03-09 19:09:47 +01:00 |
Daniel Baumann
|
e554c785c9
|
Removing config stage file on purge, if the user is using an auto script to generate the config.
|
2011-03-09 19:09:45 +01:00 |
Daniel Baumann
|
f73041f2f0
|
Adding initial support for virtual-hdd binary image type.
|
2011-03-09 19:09:42 +01:00 |
Daniel Baumann
|
695cdf1530
|
Fixing infinit loop when using autoconfig for lh_config and lh_clean.
|
2011-03-09 19:09:41 +01:00 |
Daniel Baumann
|
2e9433d58d
|
Removing shell specific extensions and call of scripts/config and scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
|
2011-03-09 19:09:41 +01:00 |
Daniel Baumann
|
730b248507
|
Replacing previous attempt of using config.cfg, now using scripts/config.sh and scripts/clean.sh instead.
|
2011-03-09 19:09:40 +01:00 |
Daniel Baumann
|
989f26d87b
|
Updating year in copyright notices for 2009.
|
2011-03-09 19:09:40 +01:00 |
Daniel Baumann
|
9ce762a502
|
Using common function file to source shell includes.
|
2011-03-09 19:09:40 +01:00 |
Antonio Terceiro
|
8a477ac3a9
|
Translating the description of the helpers
|
2011-03-09 19:09:39 +01:00 |
Daniel Baumann
|
34192bcf31
|
Don't attempt to remove scripts directory in lh_clean if it doesn't exist.
|
2011-03-09 19:03:45 +01:00 |
Daniel Baumann
|
c4c64bc0f8
|
Removing scripts directory through lh_clean, if it's not empty.
|
2011-03-09 19:03:45 +01:00 |
Daniel Baumann
|
6696b019fe
|
Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.
|
2011-03-09 19:03:43 +01:00 |
Chris Lamb
|
7bc94cef99
|
Don't build up source package list inside chroot.
|
2011-03-09 19:03:42 +01:00 |
Daniel Baumann
|
dbb7a3d459
|
Correcting wrong logic in lh_cleans check for beeing in the config directory or not (in order to prevent accidental cleaning by the user).
|
2011-03-09 19:03:41 +01:00 |
Chris Lamb
|
cf20a5b7b7
|
Additionally unmount chroot/binary.tmp in lh_clean --chroot.
|
2011-03-09 19:03:41 +01:00 |
Chris Lamb
|
a2c5c9e2d0
|
Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.
|
2011-03-09 19:03:41 +01:00 |
Chris Lamb
|
ddc31653d7
|
Clean source.list instead of binary.list when calling lh_clean --source.
|
2011-03-09 19:03:38 +01:00 |
Tiago Bortoletto Vaz
|
6205a24620
|
Adding last modifications in order to have localization fully working in live-helper. This commit goes with some pt_BR translations just for testing. Thanks to Antonio Terceiro for helping and coding in some shell stuff.
|
2011-03-09 19:03:38 +01:00 |
Chris Lamb
|
a74d37bdc0
|
Additionally clean md5sum.txt temporary file.
|
2011-03-09 19:03:37 +01:00 |
Chris Lamb
|
8474de1d65
|
Remove more imported whitespaces.
|
2011-03-09 19:03:35 +01:00 |
Daniel Baumann
|
ef1b163040
|
Creating binary and source file lists in build directory.
|
2011-03-09 19:03:32 +01:00 |
Daniel Baumann
|
e296deef49
|
Also copying binary package list to build directory.
|
2011-03-09 19:03:32 +01:00 |
Daniel Baumann
|
26fc30d8eb
|
Using new Read_conffile(); now.
|
2011-03-09 19:03:31 +01:00 |
Daniel Baumann
|
c6b83b1fd3
|
Adding 'all' configuration file.
|
2011-03-09 19:03:31 +01:00 |
Daniel Baumann
|
c5a91189a0
|
Updating copyright years to 2008.
|
2011-03-09 19:01:41 +01:00 |
Chris Lamb
|
20da312cd1
|
Use ${*} instead of ${@} for checking for no arguments in lh_clean.
${@} expands to "<arg1>" "<arg2>" ... etc., which causes the -z test to
encounter too many arguments and thus fail with an error.
|
2011-03-09 19:01:30 +01:00 |
Chris Lamb
|
6a9d30b2ae
|
Implement -v/--version and -h/--help in lh_clean.
|
2011-03-09 18:35:31 +01:00 |
Chris Lamb
|
94e44ce69a
|
Implement -u/--usage function in lh_clean (Closes: #454553)
|
2011-03-09 18:35:28 +01:00 |
Daniel Baumann
|
e5ac7fb714
|
Disabling global arguments in lh_clean (Closes: #451960).
|
2011-03-09 18:22:29 +01:00 |
Daniel Baumann
|
76c75b83c5
|
Moving sanity check in lh_clean to the earliest possibility.
|
2011-03-09 18:22:29 +01:00 |
Daniel Baumann
|
7ace089629
|
Switching lh_clean to proper command line arguments.
|
2011-03-09 18:22:29 +01:00 |
Daniel Baumann
|
1324f6e13b
|
Adding 'remove' case, which is in between of all and purge.
|
2011-03-09 18:22:29 +01:00 |
Daniel Baumann
|
b47d0c480d
|
Adding a check to see if user is running lh_clean from a sane location (i.e. not config/), thanks to Kai Hendry <hendry@webconverger.com>.
|
2011-03-09 18:22:29 +01:00 |
Daniel Baumann
|
d4a0e1ca83
|
Adding forgotten handling of default case.
|
2011-03-09 18:22:26 +01:00 |
Daniel Baumann
|
63631975b7
|
Adding live-helper 1.0~a27-1.
|
2011-03-09 18:22:26 +01:00 |
Daniel Baumann
|
9eac19deb8
|
Adding live-helper 1.0~a24-1.
|
2011-03-09 18:22:26 +01:00 |
Daniel Baumann
|
28dac4f438
|
Adding live-helper 1.0~a23-1.
|
2011-03-09 18:22:26 +01:00 |
Daniel Baumann
|
c79ab34a7c
|
Adding live-helper 1.0~a19-1.
|
2011-03-09 18:22:26 +01:00 |
Daniel Baumann
|
fdef63e60c
|
Adding live-helper 1.0~a16-1.
|
2011-03-09 18:22:25 +01:00 |
Daniel Baumann
|
504c05c3a6
|
Adding live-helper 1.0~a15-1.
|
2011-03-09 18:19:41 +01:00 |
Daniel Baumann
|
85c342c299
|
Adding live-helper 1.0~a13-1.
|
2011-03-09 18:18:30 +01:00 |
Daniel Baumann
|
bd1a5ddc82
|
Adding live-helper 1.0~a8-1.
|
2011-03-09 18:18:29 +01:00 |
Daniel Baumann
|
8a4a50fdb6
|
Adding live-helper 1.0~a7-1.
|
2011-03-09 18:18:29 +01:00 |
Daniel Baumann
|
4739146fc6
|
Adding live-helper 1.0~a6-1.
|
2011-03-09 18:18:29 +01:00 |
Daniel Baumann
|
1863ed8874
|
Adding live-helper 1.0~a5-1.
|
2011-03-09 18:18:29 +01:00 |
Daniel Baumann
|
da353a5231
|
Adding live-helper 1.0~a4-1.
|
2011-03-09 18:18:29 +01:00 |
Daniel Baumann
|
799d4bfb31
|
Adding live-helper 1.0~a3-1.
|
2011-03-09 18:18:28 +01:00 |
Daniel Baumann
|
677415f6d7
|
Adding live-helper 1.0~a2-1.
|
2011-03-09 18:18:28 +01:00 |
Daniel Baumann
|
fe6eb1c593
|
Adding live-helper 1.0~a1-1.
|
2011-03-09 18:14:51 +01:00 |