From e2280d55e18c892d835f0c5deacd10ff7042a0e8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Jul 2001 12:08:00 +0000 Subject: re-adding with -kb --- Makefile | 1 + docs/comparisons | 7 +++++++ perl-install/pixmaps/X.png | Bin 0 -> 2162 bytes perl-install/pixmaps/bootdisk.png | Bin 0 -> 1392 bytes perl-install/pixmaps/bootloader.png | Bin 0 -> 1959 bytes perl-install/pixmaps/default.png | Bin 0 -> 875 bytes perl-install/pixmaps/harddrive.png | Bin 0 -> 1842 bytes perl-install/pixmaps/keyboard.png | Bin 0 -> 2107 bytes perl-install/pixmaps/mouse.png | Bin 0 -> 2178 bytes perl-install/pixmaps/services.png | Bin 0 -> 2751 bytes perl-install/share/ftin.png | Bin 0 -> 190 bytes perl-install/share/ftout.png | Bin 0 -> 190 bytes perl-install/share/help.png | Bin 0 -> 1942 bytes perl-install/share/logo-mandrake.png | Bin 0 -> 7663 bytes perl-install/share/reload.png | Bin 0 -> 157 bytes perl-install/share/rpm-base.png | Bin 0 -> 386 bytes perl-install/share/rpm-installed.png | Bin 0 -> 344 bytes perl-install/share/rpm-selected.png | Bin 0 -> 344 bytes perl-install/share/rpm-semiselected.png | Bin 0 -> 238 bytes perl-install/share/rpm-unselected.png | Bin 0 -> 123 bytes perl-install/share/themes/blueHeart-button_def.png | Bin 0 -> 2735 bytes perl-install/share/themes/focus.png | Bin 0 -> 345 bytes perl-install/share/themes/marble3d-bg1.png | Bin 0 -> 9693 bytes perl-install/share/themes/marble3d-button1.png | Bin 0 -> 3454 bytes perl-install/share/themes/marble3d-button2.png | Bin 0 -> 3840 bytes perl-install/share/themes/marble3d-button4.png | Bin 0 -> 2936 bytes perl-install/share/themes/marble3d-button_def.png | Bin 0 -> 4888 bytes perl-install/share/themes/marble3d-check1.png | Bin 0 -> 180 bytes perl-install/share/themes/marble3d-check2.png | Bin 0 -> 231 bytes perl-install/share/themes/mdk-button1.png | Bin 0 -> 628 bytes perl-install/share/themes/mdk-button4.png | Bin 0 -> 625 bytes tools/addchangelog.pl | 2 +- 32 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 perl-install/pixmaps/X.png create mode 100644 perl-install/pixmaps/bootdisk.png create mode 100644 perl-install/pixmaps/bootloader.png create mode 100644 perl-install/pixmaps/default.png create mode 100644 perl-install/pixmaps/harddrive.png create mode 100644 perl-install/pixmaps/keyboard.png create mode 100644 perl-install/pixmaps/mouse.png create mode 100644 perl-install/pixmaps/services.png create mode 100644 perl-install/share/ftin.png create mode 100644 perl-install/share/ftout.png create mode 100644 perl-install/share/help.png create mode 100644 perl-install/share/logo-mandrake.png create mode 100644 perl-install/share/reload.png create mode 100644 perl-install/share/rpm-base.png create mode 100644 perl-install/share/rpm-installed.png create mode 100644 perl-install/share/rpm-selected.png create mode 100644 perl-install/share/rpm-semiselected.png create mode 100644 perl-install/share/rpm-unselected.png create mode 100644 perl-install/share/themes/blueHeart-button_def.png create mode 100644 perl-install/share/themes/focus.png create mode 100644 perl-install/share/themes/marble3d-bg1.png create mode 100644 perl-install/share/themes/marble3d-button1.png create mode 100644 perl-install/share/themes/marble3d-button2.png create mode 100644 perl-install/share/themes/marble3d-button4.png create mode 100644 perl-install/share/themes/marble3d-button_def.png create mode 100644 perl-install/share/themes/marble3d-check1.png create mode 100644 perl-install/share/themes/marble3d-check2.png create mode 100644 perl-install/share/themes/mdk-button1.png create mode 100644 perl-install/share/themes/mdk-button4.png diff --git a/Makefile b/Makefile index ca30fdf62..31fdc1b74 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ clean: check: @badrights=`find $(ROOTDEST)/Mandrake/mdkinst | perl -lne 'print if !((stat)[2] & 4)'`; [ -z "$$badrights" ] || { echo "bad rights for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$badrights" ; echo "bad rights for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } + @missing_kb=`find -name "Entries" | xargs perl -F/ -alne 'print $$ARGV =~ m|(.*)/CVS|, "/$$F[1]" if $$F[1] =~ /\.(png|gif|bmp|xcf|gz|bz2|tar|rdz|so|a|o|mar|img|exe)$$/ && $$F[4] ne "-kb"'` ; [ -z "$$missing_kb" ] || { echo "missing -kb in CVS for files vvvvvvvvvvvvvvvvvvvvvvvvvv" ; echo "$$missing_kb" ; echo "missing -kb in CVS for files ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" ; exit 1; } upload: $(MAKE) clean diff --git a/docs/comparisons b/docs/comparisons index ea7725986..cdf95b33a 100644 --- a/docs/comparisons +++ b/docs/comparisons @@ -42,3 +42,10 @@ mem used 7.2cooker gtk: runinstall2 13608(data 9572) + FBDev 2984(data 1544) newt: runinstall2 9516(data 7528) stdio: runinstall2 9160(data 7372) + +8.0rc1: (lang fr) + +rpmsrate + +4 all 831 786 18:08 reiserfs 2G +4 () 175 139 3:25 reiserfs 2G diff --git a/perl-install/pixmaps/X.png b/perl-install/pixmaps/X.png new file mode 100644 index 000000000..80b08c97f Binary files /dev/null and b/perl-install/pixmaps/X.png differ diff --git a/perl-install/pixmaps/bootdisk.png b/perl-install/pixmaps/bootdisk.png new file mode 100644 index 000000000..22d89c482 Binary files /dev/null and b/perl-install/pixmaps/bootdisk.png differ diff --git a/perl-install/pixmaps/bootloader.png b/perl-install/pixmaps/bootloader.png new file mode 100644 index 000000000..a4f0e024b Binary files /dev/null and b/perl-install/pixmaps/bootloader.png differ diff --git a/perl-install/pixmaps/default.png b/perl-install/pixmaps/default.png new file mode 100644 index 000000000..bcbca644d Binary files /dev/null and b/perl-install/pixmaps/default.png differ diff --git a/perl-install/pixmaps/harddrive.png b/perl-install/pixmaps/harddrive.png new file mode 100644 index 000000000..ce3e84bdb Binary files /dev/null and b/perl-install/pixmaps/harddrive.png differ diff --git a/perl-install/pixmaps/keyboard.png b/perl-install/pixmaps/keyboard.png new file mode 100644 index 000000000..e614c9cd4 Binary files /dev/null and b/perl-install/pixmaps/keyboard.png differ diff --git a/perl-install/pixmaps/mouse.png b/perl-install/pixmaps/mouse.png new file mode 100644 index 000000000..547f4384d Binary files /dev/null and b/perl-install/pixmaps/mouse.png differ diff --git a/perl-install/pixmaps/services.png b/perl-install/pixmaps/services.png new file mode 100644 index 000000000..6a1bd1ea3 Binary files /dev/null and b/perl-install/pixmaps/services.png differ diff --git a/perl-install/share/ftin.png b/perl-install/share/ftin.png new file mode 100644 index 000000000..3cec3c194 Binary files /dev/null and b/perl-install/share/ftin.png differ diff --git a/perl-install/share/ftout.png b/perl-install/share/ftout.png new file mode 100644 index 000000000..d821716eb Binary files /dev/null and b/perl-install/share/ftout.png differ diff --git a/perl-install/share/help.png b/perl-install/share/help.png new file mode 100644 index 000000000..418aebe1a Binary files /dev/null and b/perl-install/share/help.png differ diff --git a/perl-install/share/logo-mandrake.png b/perl-install/share/logo-mandrake.png new file mode 100644 index 000000000..e1c32cad9 Binary files /dev/null and b/perl-install/share/logo-mandrake.png differ diff --git a/perl-install/share/reload.png b/perl-install/share/reload.png new file mode 100644 index 000000000..26d503283 Binary files /dev/null and b/perl-install/share/reload.png differ diff --git a/perl-install/share/rpm-base.png b/perl-install/share/rpm-base.png new file mode 100644 index 000000000..c74fec0ff Binary files /dev/null and b/perl-install/share/rpm-base.png differ diff --git a/perl-install/share/rpm-installed.png b/perl-install/share/rpm-installed.png new file mode 100644 index 000000000..10a032fd0 Binary files /dev/null and b/perl-install/share/rpm-installed.png differ diff --git a/perl-install/share/rpm-selected.png b/perl-install/share/rpm-selected.png new file mode 100644 index 000000000..49b225b93 Binary files /dev/null and b/perl-install/share/rpm-selected.png differ diff --git a/perl-install/share/rpm-semiselected.png b/perl-install/share/rpm-semiselected.png new file mode 100644 index 000000000..c026805bf Binary files /dev/null and b/perl-install/share/rpm-semiselected.png differ diff --git a/perl-install/share/rpm-unselected.png b/perl-install/share/rpm-unselected.png new file mode 100644 index 000000000..221acbceb Binary files /dev/null and b/perl-install/share/rpm-unselected.png differ diff --git a/perl-install/share/themes/blueHeart-button_def.png b/perl-install/share/themes/blueHeart-button_def.png new file mode 100644 index 000000000..b35781416 Binary files /dev/null and b/perl-install/share/themes/blueHeart-button_def.png differ diff --git a/perl-install/share/themes/focus.png b/perl-install/share/themes/focus.png new file mode 100644 index 000000000..70afb1797 Binary files /dev/null and b/perl-install/share/themes/focus.png differ diff --git a/perl-install/share/themes/marble3d-bg1.png b/perl-install/share/themes/marble3d-bg1.png new file mode 100644 index 000000000..b4e1afd66 Binary files /dev/null and b/perl-install/share/themes/marble3d-bg1.png differ diff --git a/perl-install/share/themes/marble3d-button1.png b/perl-install/share/themes/marble3d-button1.png new file mode 100644 index 000000000..9119ac89c Binary files /dev/null and b/perl-install/share/themes/marble3d-button1.png differ diff --git a/perl-install/share/themes/marble3d-button2.png b/perl-install/share/themes/marble3d-button2.png new file mode 100644 index 000000000..70696538c Binary files /dev/null and b/perl-install/share/themes/marble3d-button2.png differ diff --git a/perl-install/share/themes/marble3d-button4.png b/perl-install/share/themes/marble3d-button4.png new file mode 100644 index 000000000..7b6aae23a Binary files /dev/null and b/perl-install/share/themes/marble3d-button4.png differ diff --git a/perl-install/share/themes/marble3d-button_def.png b/perl-install/share/themes/marble3d-button_def.png new file mode 100644 index 000000000..4bd67d0d9 Binary files /dev/null and b/perl-install/share/themes/marble3d-button_def.png differ diff --git a/perl-install/share/themes/marble3d-check1.png b/perl-install/share/themes/marble3d-check1.png new file mode 100644 index 000000000..f3c31d09c Binary files /dev/null and b/perl-install/share/themes/marble3d-check1.png differ diff --git a/perl-install/share/themes/marble3d-check2.png b/perl-install/share/themes/marble3d-check2.png new file mode 100644 index 000000000..5261472f9 Binary files /dev/null and b/perl-install/share/themes/marble3d-check2.png differ diff --git a/perl-install/share/themes/mdk-button1.png b/perl-install/share/themes/mdk-button1.png new file mode 100644 index 000000000..9d5f701c6 Binary files /dev/null and b/perl-install/share/themes/mdk-button1.png differ diff --git a/perl-install/share/themes/mdk-button4.png b/perl-install/share/themes/mdk-button4.png new file mode 100644 index 000000000..c93837c08 Binary files /dev/null and b/perl-install/share/themes/mdk-button4.png differ diff --git a/tools/addchangelog.pl b/tools/addchangelog.pl index 8e39802a6..bec1e258f 100755 --- a/tools/addchangelog.pl +++ b/tools/addchangelog.pl @@ -12,7 +12,7 @@ $date = (split('/', `grep ChangeLog perl-install/CVS/Entries`))[3]; open F, ">perl-install/ChangeLog"; print F foreach @changelog, @before; -`cvs commit -m '' perl-install/ChangeLog` =~ /new revision: (.*?);/; +#`cvs commit -m '' perl-install/ChangeLog` =~ /new revision: (.*?);/; print "$1\n"; print foreach @changelog; -- cgit v1.2.1