diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-16 22:00:54 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-16 22:00:54 +0000 |
commit | a8b73def5ea962a0438c9b3058b626630dbe444c (patch) | |
tree | b13f07cc1612dfc90238bec521ad08c2705ca012 /Makefile | |
parent | cbbd8617c7756c82b57544add01c777501ed944e (diff) | |
download | drakx-a8b73def5ea962a0438c9b3058b626630dbe444c.tar drakx-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.gz drakx-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.bz2 drakx-a8b73def5ea962a0438c9b3058b626630dbe444c.tar.xz drakx-a8b73def5ea962a0438c9b3058b626630dbe444c.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -87,7 +87,10 @@ upload: clean install upload Mandrake/base *_stage2.gz ;\ upload boot '' ;\ for i in $(RELEASE_BOOT_IMG); do upload images $$i; done ;\ - echo + echo + + perl -pe 'exit if / DrakX </' perl-install/ChangeLog | mail -s 'new DrakX snapshot' changelog@linux-mandrake.com install@linux-mandrake.com + tools/addchangelog perl-install/ChangeLog 'snapshot uploaded' upload_sparc: touch /tmp/mdkinst_done |