version 1.177.4.5, 2006/01/28 01:08:07
|
version 1.185, 2007/10/22 22:05:33
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
Line 22 SAVE=program.pl.$(TIMESTAMP)
|
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
LAUNCHSAVE=$(OUTSTREAM) $(SAVE) |
METAMTARGET="" |
METAMTARGET="" |
MTARGET="" |
MTARGET="" |
VERSION=2.1.2 |
VERSION=CVS_HEAD |
# The current working definition for "RELEASE" is: changes not in the software, |
# The current working definition for "RELEASE" is: changes not in the software, |
# but in the operating system dependent packaging of the software. Thus, the |
# but in the operating system dependent packaging of the software. Thus, the |
# generic tarball releases do not need to have a release number specified. |
# generic tarball releases do not need to have a release number specified. |
Line 128 help_TARGETS:
|
Line 128 help_TARGETS:
|
@echo " configuration files for yum and MySQL." |
@echo " configuration files for yum and MySQL." |
@echo "ntpcheck: test to see if ntp is installed and running." |
@echo "ntpcheck: test to see if ntp is installed and running." |
@echo "html_parser_check: test functionality of HTML::Parser." |
@echo "html_parser_check: test functionality of HTML::Parser." |
|
@echo "math_random_check: test functionality of Math::Random." |
@echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml." |
@echo "cron_lpmlcheck: remove cron file /etc/cron.d/loncapa.lpml." |
@echo "chkconfig: test runlevels of httpd and loncontrol." |
@echo "chkconfig: test runlevels of httpd and loncontrol." |
@echo "rpmcheck: test to see if rpms known to confict are installed." |
@echo "rpmcheck: test to see if rpms known to confict are installed." |
Line 344 webserverconf:
|
Line 345 webserverconf:
|
# ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST |
# ---------------- Top-level files such as README, UPDATE, CHECKRPMS, and TEST |
vanillatar: |
vanillatar: |
# --------------------------- Point UPDATE to the internal make process |
# --------------------------- Point UPDATE to the internal make process |
echo '#!/bin/sh' > $(SOURCE)/UPDATE |
cp $(SOURCE)/loncom/UPDATE $(SOURCE)/UPDATE |
echo 'touch loncom/build/WARNINGS' >> $(SOURCE)/UPDATE; |
|
echo 'ln -s loncom/build/WARNINGS WARNINGS' >> $(SOURCE)/UPDATE; |
|
echo 'cd loncom/build; make build' >> $(SOURCE)/UPDATE |
|
echo 'make rawinstall' >> $(SOURCE)/UPDATE |
|
echo 'make configinstall' >> $(SOURCE)/UPDATE |
|
echo 'make updatequery' >> $(SOURCE)/UPDATE |
|
echo 'make hosts_and_domain_tab' >> $(SOURCE)/UPDATE |
|
echo 'make postinstall' >> $(SOURCE)/UPDATE |
|
echo 'make run_searchcat' >> $(SOURCE)/UPDATE |
|
echo 'make aboutVERSION' >> $(SOURCE)/UPDATE |
|
echo 'make warningnote' >> $(SOURCE)/UPDATE |
|
# ----------------------------- Point TEST to the internal make process |
# ----------------------------- Point TEST to the internal make process |
echo '#!/bin/sh' > $(SOURCE)/TEST |
echo '#!/bin/sh' > $(SOURCE)/TEST |
echo 'cd loncom/build; make test' >> $(SOURCE)/TEST |
echo 'cd loncom/build; make test' >> $(SOURCE)/TEST |
Line 406 html_parser_check:
|
Line 396 html_parser_check:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
math_random_check: |
|
cat $(SOURCE)/doc/loncapafiles/math_random_check.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
cron_lpmlcheck: |
cron_lpmlcheck: |
cat $(SOURCE)/doc/loncapafiles/cron_lpmlcheck.piml | \ |
cat $(SOURCE)/doc/loncapafiles/cron_lpmlcheck.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 459 reseval_fixup:
|
Line 454 reseval_fixup:
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
tee -a WARNINGS |
tee -a WARNINGS |
|
|
|
update_queue_slots: |
|
cat $(SOURCE)/doc/loncapafiles/update_queue_slots.piml | \ |
|
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
|
tee -a WARNINGS |
|
|
clearoutoldspreadsheetcache: |
clearoutoldspreadsheetcache: |
cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \ |
cat $(SOURCE)/doc/loncapafiles/clearoutoldspreadsheetcache.piml | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
perl piml_parse.pl $(CATEGORY) $(DIST) "$(TARGET)" $(LAUNCH) | \ |
Line 484 postinstall:
|
Line 484 postinstall:
|
make reseval_fixup |
make reseval_fixup |
make clean_file_permissions |
make clean_file_permissions |
make accesscount_seed |
make accesscount_seed |
|
make update_queue_slots |
make modify_config_files |
make modify_config_files |
make clearoutoldspreadsheetcache |
make clearoutoldspreadsheetcache |
make chkconfig |
make chkconfig |
Line 507 VERSION:
|
Line 508 VERSION:
|
|
|
aboutVERSION: |
aboutVERSION: |
cat $(SOURCE)/loncom/license/about.html | \ |
cat $(SOURCE)/loncom/license/about.html | \ |
perl -e '$$d=`date +"%Y%m%d"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
$(SOURCE)/loncom/license/about.html.new |
$(SOURCE)/loncom/license/about.html.new |
mv -v $(SOURCE)/loncom/license/about.html.new \ |
mv -v $(SOURCE)/loncom/license/about.html.new \ |
$(SOURCE)/loncom/license/about.html |
$(SOURCE)/loncom/license/about.html |
cat $(SOURCE)/loncom/loncapa_apache.conf | \ |
cat $(SOURCE)/loncom/loncapa_apache.conf | \ |
perl -e '$$d=`date +"%Y%m%d"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
perl -e '$$d=`date +"%Y%m%d%H"`;chomp($$d);while(<>){s/\<\!\-\- VERSION \-\-\>/$(VERSION)-$$d/; print;}' > \ |
$(SOURCE)/loncom/loncapa_apache.conf.new |
$(SOURCE)/loncom/loncapa_apache.conf.new |
mv -v $(SOURCE)/loncom/loncapa_apache.conf.new \ |
mv -v $(SOURCE)/loncom/loncapa_apache.conf.new \ |
$(SOURCE)/loncom/loncapa_apache.conf |
$(SOURCE)/loncom/loncapa_apache.conf |
Line 595 MANIFEST_all:
|
Line 596 MANIFEST_all:
|
echo 'loncom/development_hosts.tab' >> $(SOURCE)/MANIFEST |
echo 'loncom/development_hosts.tab' >> $(SOURCE)/MANIFEST |
echo 'loncom/production_domain.tab' >> $(SOURCE)/MANIFEST |
echo 'loncom/production_domain.tab' >> $(SOURCE)/MANIFEST |
echo 'loncom/development_domain.tab' >> $(SOURCE)/MANIFEST |
echo 'loncom/development_domain.tab' >> $(SOURCE)/MANIFEST |
|
echo 'loncom/production_dns_hosts.tab' >> $(SOURCE)/MANIFEST |
|
echo 'loncom/development_dns_hosts.tab' >> $(SOURCE)/MANIFEST |
|
echo 'loncom/production_dns_domain.tab' >> $(SOURCE)/MANIFEST |
|
echo 'loncom/development_dns_domain.tab' >> $(SOURCE)/MANIFEST |
# ------------------ Files needed for dynamically generated directories |
# ------------------ Files needed for dynamically generated directories |
echo 'doc/man' >> $(SOURCE)/MANIFEST |
echo 'doc/man' >> $(SOURCE)/MANIFEST |
echo 'doc/lib' >> $(SOURCE)/MANIFEST |
echo 'doc/lib' >> $(SOURCE)/MANIFEST |