1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550
|
# BEGIN BPS TAGGED BLOCK {{{
#
# COPYRIGHT:
#
# This software is Copyright (c) 1996-2024 Best Practical Solutions, LLC
# <sales@bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
#
#
# LICENSE:
#
# This work is made available to you under the terms of Version 2 of
# the GNU General Public License. A copy of that license should have
# been provided with this software, but in any event can be snarfed
# from www.gnu.org.
#
# This work is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 or visit their web page on the internet at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
#
#
# CONTRIBUTION SUBMISSION POLICY:
#
# (The following paragraph is not intended to limit the rights granted
# to you to modify and distribute this software under the terms of
# the GNU General Public License and is only of importance to you if
# you choose to contribute your changes and enhancements to the
# community by submitting them to Best Practical Solutions, LLC.)
#
# By intentionally submitting any modifications, corrections or
# derivatives to this work, or any other work intended for use with
# Request Tracker, to Best Practical Solutions, LLC, you confirm that
# you are the copyright holder for those contributions and you grant
# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable,
# royalty-free, perpetual, license to use, copy, create derivative
# works based on those contributions, and sublicense and distribute
# those contributions and any derivatives thereof.
#
# END BPS TAGGED BLOCK }}}
#
# DO NOT HAND-EDIT the file named 'Makefile'. This file is autogenerated.
# Have a look at "configure" and "Makefile.in" instead
#
PERL = /usr/bin/perl
INSTALL = ./install-sh
CC = @CC@
RT_LAYOUT = relative
CONFIG_FILE_PATH = /opt/rt5/etc
CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm
SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm
RT_VERSION_MAJOR = 5
RT_VERSION_MINOR = 0
RT_VERSION_PATCH = 7
RT_VERSION = $(RT_VERSION_MAJOR).$(RT_VERSION_MINOR).$(RT_VERSION_PATCH)
TAG = rt-$(RT_VERSION_MAJOR)-$(RT_VERSION_MINOR)-$(RT_VERSION_PATCH)
# This is the group that all of the installed files will be chgrp'ed to.
RTGROUP = www
# User which should own rt binaries.
BIN_OWNER = root
# User that should own all of RT's libraries, generally root.
LIBS_OWNER = root
# Group that should own all of RT's libraries, generally root.
LIBS_GROUP = root
WEB_USER = www
WEB_GROUP = www
# DESTDIR allows you to specify that RT be installed somewhere other than
# where it will eventually reside. DESTDIR _must_ have a trailing slash
# if it's defined.
DESTDIR =
RT_PATH = /opt/rt5
RT_ETC_PATH = /opt/rt5/etc
RT_BIN_PATH = /opt/rt5/bin
RT_SBIN_PATH = /opt/rt5/sbin
RT_LIB_PATH = /opt/rt5/lib
RT_MAN_PATH = /opt/rt5/man
RT_VAR_PATH = /opt/rt5/var
RT_DOC_PATH = /opt/rt5/docs
RT_FONT_PATH = /opt/rt5/share/fonts
RT_LEXICON_PATH = /opt/rt5/share/po
RT_STATIC_PATH = /opt/rt5/share/static
RT_LOCAL_PATH = /opt/rt5/local
LOCAL_PLUGIN_PATH = /opt/rt5/local/plugins
LOCAL_ETC_PATH = /opt/rt5/local/etc
LOCAL_LIB_PATH = /opt/rt5/local/lib
LOCAL_LEXICON_PATH = /opt/rt5/local/po
LOCAL_STATIC_PATH = /opt/rt5/local/static
MASON_HTML_PATH = /opt/rt5/share/html
MASON_LOCAL_HTML_PATH = /opt/rt5/local/html
MASON_DATA_PATH = /opt/rt5/var/mason_data
MASON_SESSION_PATH = /opt/rt5/var/session_data
RT_LOG_PATH = /opt/rt5/var/log
# RT_READABLE_DIR_MODE is the mode of directories that are generally meant
# to be accessable
RT_READABLE_DIR_MODE = 0755
# RT's CLI
RT_CLI_BIN = rt
# RT's mail gateway
RT_MAILGATE_BIN = rt-mailgate
# RT's cron tool
RT_CRON_BIN = rt-crontool
BINARIES = $(RT_MAILGATE_BIN) \
$(RT_CLI_BIN) \
$(RT_CRON_BIN)
SYSTEM_BINARIES = rt-attributes-viewer \
rt-clean-attributes \
rt-clean-sessions \
rt-clean-shorteners \
rt-dump-initialdata \
rt-dump-metadata \
rt-email-dashboards \
rt-email-digest \
rt-email-expiring-auth-tokens \
rt-email-group-admin \
rt-externalize-attachments \
rt-fulltext-indexer \
rt-importer \
rt-ldapimport \
rt-munge-attachments \
rt-passwd \
rt-preferences-viewer \
rt-search-attributes \
rt-serializer \
rt-server \
rt-server.fcgi \
rt-session-viewer \
rt-setup-database \
rt-setup-fulltext-index \
rt-shredder \
rt-test-dependencies \
rt-validator \
rt-validate-aliases \
standalone_httpd
ETC_FILES = acl.Pg \
acl.Oracle \
acl.mysql \
schema.Pg \
schema.Oracle \
schema.mysql \
schema.SQLite \
cpanfile \
initialdata
WEB_HANDLER = standalone
#
# DB_TYPE defines what sort of database RT trys to talk to
# "mysql", "mysql5", "MariaDB", "Oracle", "Pg", and "SQLite" are known to work.
DB_TYPE = SQLite
# Set DBA to the name of a unix account with the proper permissions and
# environment to run your commandline SQL sbin
# Set DB_DBA to the name of a DB user with permission to create new databases
# For mysql, you probably want 'root'
# For Pg, you probably want 'postgres'
# For Oracle, you want 'system'
DB_DBA = root
DB_HOST = localhost
# If you're not running your database server on its default port,
# specifiy the port the database server is running on below.
# It's generally safe to leave this blank
DB_PORT =
#
# Set this to the canonical name of the interface RT will be talking to the
# database on. If you said that the RT_DB_HOST above was "localhost," this
# should be too. This value will be used to grant rt access to the database.
# If you want to access the RT database from multiple hosts, you'll need
# to grant those database rights by hand.
#
DB_RT_HOST = localhost
# set this to the name you want to give to the RT database in
# your database server. For Oracle, this should be the name of your sid
DB_DATABASE = rt5
DB_RT_USER = rt_user
DB_RT_PASS = rt_pass
TEST_FILES = t/*.t t/*/*.t t/*/*/*.t
TEST_VERBOSE = 0
RT_TEST_PARALLEL_NUM ?= 5
####################################################################
all: default
default:
@echo "Please read RT's README before beginning your installation."
instruct:
@echo "Congratulations. RT is now installed."
@echo ""
@echo ""
@echo "You must now configure RT by editing $(SITE_CONFIG_FILE)."
@echo ""
@echo "(You will definitely need to set RT's database password in "
@echo "$(SITE_CONFIG_FILE) before continuing. Not doing so could be "
@echo "very dangerous. Note that you do not have to manually add a "
@echo "database user or set up a database for RT. These actions will be "
@echo "taken care of in the next step.)"
@echo ""
@echo "After that, you need to initialize RT's database by running"
@echo " 'make initialize-database'"
upgrade-instruct:
@echo "Congratulations. RT has been upgraded. You should now check over"
@echo "$(CONFIG_FILE) for any necessary site customization. Additionally,"
@echo "you should update RT's system database objects by running "
@echo " make upgrade-database"
upgrade: testdeps config-install dirs files-install fixperms upgrade-instruct
testdeps:
$(PERL) ./sbin/rt-test-dependencies
depends: fixdeps
fixdeps:
$(PERL) ./sbin/rt-test-dependencies --install
#}}}
fixperms:
# Make the libraries readable
chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_PATH)
chown -R $(LIBS_OWNER) $(DESTDIR)$(RT_LIB_PATH)
chgrp -R $(LIBS_GROUP) $(DESTDIR)$(RT_LIB_PATH)
chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(RT_LIB_PATH)
chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH)
chmod 0755 $(DESTDIR)$(RT_ETC_PATH)
cd $(DESTDIR)$(RT_ETC_PATH) && chmod 0400 $(ETC_FILES)
#TODO: the config file should probably be able to have its
# owner set separately from the binaries.
chown -R $(BIN_OWNER) $(DESTDIR)$(RT_ETC_PATH)
chgrp -R $(RTGROUP) $(DESTDIR)$(RT_ETC_PATH)
chmod 0440 $(DESTDIR)$(CONFIG_FILE)
chmod 0640 $(DESTDIR)$(SITE_CONFIG_FILE)
# Make the system binaries
cd $(DESTDIR)$(RT_BIN_PATH) && ( chmod 0755 $(BINARIES) ; chown $(BIN_OWNER) $(BINARIES); chgrp $(RTGROUP) $(BINARIES))
# Make the system binaries executable also
cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES); chgrp $(RTGROUP) $(SYSTEM_BINARIES))
# Make upgrade scripts executable if they are in the source.
#
( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
chmod a+x "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \
done
# Make the web ui readable by all.
chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(MASON_HTML_PATH) \
$(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
$(DESTDIR)$(RT_LEXICON_PATH) \
$(DESTDIR)$(LOCAL_LEXICON_PATH) \
$(DESTDIR)$(RT_STATIC_PATH) \
$(DESTDIR)$(LOCAL_STATIC_PATH)
chown -R $(LIBS_OWNER) $(DESTDIR)$(MASON_HTML_PATH) \
$(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
$(DESTDIR)$(RT_LEXICON_PATH) \
$(DESTDIR)$(LOCAL_LEXICON_PATH) \
$(DESTDIR)$(RT_STATIC_PATH) \
$(DESTDIR)$(LOCAL_STATIC_PATH)
chgrp -R $(LIBS_GROUP) $(DESTDIR)$(MASON_HTML_PATH) \
$(DESTDIR)$(MASON_LOCAL_HTML_PATH) \
$(DESTDIR)$(RT_LEXICON_PATH) \
$(DESTDIR)$(LOCAL_LEXICON_PATH) \
$(DESTDIR)$(RT_STATIC_PATH) \
$(DESTDIR)$(LOCAL_STATIC_PATH)
# Make the web ui's data dir writable
chmod 0770 $(DESTDIR)$(MASON_DATA_PATH) \
$(DESTDIR)$(MASON_SESSION_PATH)
chown -R $(WEB_USER) $(DESTDIR)$(MASON_DATA_PATH) \
$(DESTDIR)$(MASON_SESSION_PATH)
chgrp -R $(WEB_GROUP) $(DESTDIR)$(MASON_DATA_PATH) \
$(DESTDIR)$(MASON_SESSION_PATH)
dirs:
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LOG_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_FONT_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LEXICON_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_STATIC_PATH)
$(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)
$(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/cache
$(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/etc
$(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_DATA_PATH)/obj
$(INSTALL) -m 0770 -d $(DESTDIR)$(MASON_SESSION_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_HTML_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_LOCAL_HTML_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_ETC_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LIB_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_PLUGIN_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH)
$(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_STATIC_PATH)
clean-mason-cache:
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/cache/*
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/*
rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/*
install: testdeps config-install dirs files-install fixperms instruct
files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install po-install static-install
config-install:
$(INSTALL) -m 0755 -o $(BIN_OWNER) -g $(RTGROUP) -d $(DESTDIR)$(CONFIG_FILE_PATH)
-$(INSTALL) -m 0440 -o $(BIN_OWNER) -g $(RTGROUP) etc/RT_Config.pm $(DESTDIR)$(CONFIG_FILE)
[ -f $(DESTDIR)$(SITE_CONFIG_FILE) ] || $(INSTALL) -m 0640 -o $(BIN_OWNER) -g $(RTGROUP) etc/RT_SiteConfig.pm $(DESTDIR)$(SITE_CONFIG_FILE)
@echo "Installed configuration. About to install RT in $(RT_PATH)"
test:
$(PERL) "-MExtUtils::Command::MM" -e "test_harness($(TEST_VERBOSE), 'lib')" $(TEST_FILES)
parallel-test: test-parallel
test-parallel:
RT_TEST_PARALLEL=1 $(PERL) "-MApp::Prove" -e 'my $$p = App::Prove->new(); $$p->process_args("-wlrj$(RT_TEST_PARALLEL_NUM)","--state=slow,save", "t"); exit( $$p->run() ? 0 : 1 )'
regression-reset-db: force-dropdb
$(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action init --dba-password ''
initdb :: initialize-database
initialize-database:
$(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action init --prompt-for-dba-password
upgrade-database:
$(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action upgrade --prompt-for-dba-password
dropdb:
$(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action drop --prompt-for-dba-password
force-dropdb:
$(PERL) -I$(LOCAL_LIB_PATH) -I$(RT_LIB_PATH) sbin/rt-setup-database --action drop --dba-password '' --force
critic:
perlcritic --quiet sbin bin lib
libs-install:
[ -d $(DESTDIR)$(RT_LIB_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LIB_PATH)
-( cd lib && find . -type d -print ) | while read dir ; do \
$(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_LIB_PATH)/$$dir" ; \
done
-( cd lib && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "lib/$$file" "$(DESTDIR)$(RT_LIB_PATH)/$$file" ; \
done
html-install:
[ -d $(DESTDIR)$(MASON_HTML_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(MASON_HTML_PATH)
-( cd share/html && find . -type d -print ) | while read dir ; do \
$(INSTALL) -m 0755 -d "$(DESTDIR)$(MASON_HTML_PATH)/$$dir" ; \
done
-( cd share/html && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "share/html/$$file" "$(DESTDIR)$(MASON_HTML_PATH)/$$file" ; \
done
$(MAKE) clean-mason-cache
font-install:
[ -d $(DESTDIR)$(RT_FONT_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_FONT_PATH)
-( cd share/fonts && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "share/fonts/$$file" "$(DESTDIR)$(RT_FONT_PATH)/$$file" ; \
done
po-install:
[ -d $(DESTDIR)$(RT_LEXICON_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_LEXICON_PATH)
-( cd share/po && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "share/po/$$file" "$(DESTDIR)$(RT_LEXICON_PATH)/$$file" ; \
done
static-install:
[ -d $(DESTDIR)$(RT_STATIC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_STATIC_PATH)
-( cd share/static && find . -type d -print ) | while read dir ; do \
$(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_STATIC_PATH)/$$dir" ; \
done
-( cd share/static && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "share/static/$$file" "$(DESTDIR)$(RT_STATIC_PATH)/$$file" ; \
done
doc-install:
# RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
-[ -f $(DESTDIR)$(RT_DOC_PATH) ] && rm $(DESTDIR)$(RT_DOC_PATH)
[ -d $(DESTDIR)$(RT_DOC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_DOC_PATH)
-( cd docs && find . -type d -print ) | while read dir ; do \
$(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_DOC_PATH)/$$dir" ; \
done
-( cd docs && find . -type f -print ) | while read file ; do \
$(INSTALL) -m 0644 "docs/$$file" "$(DESTDIR)$(RT_DOC_PATH)/$$file" ; \
done
-$(INSTALL) -m 0644 ./README $(DESTDIR)$(RT_DOC_PATH)/
etc-install:
[ -d $(DESTDIR)$(RT_ETC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_ETC_PATH)
[ -d "$(DESTDIR)$(RT_ETC_PATH)/RT_SiteConfig.d" ] || $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_ETC_PATH)/RT_SiteConfig.d"
for file in $(ETC_FILES) ; do \
$(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \
done
[ -d $(DESTDIR)$(RT_ETC_PATH)/upgrade ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_ETC_PATH)/upgrade
-( cd etc/upgrade && find . -type d -print ) | while read dir ; do \
$(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$dir" ; \
done
-( cd etc/upgrade && find . -type f -not -name '*.in' -print ) | while read file ; do \
$(INSTALL) -m 0644 "etc/upgrade/$$file" "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \
done
sbin-install:
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_SBIN_PATH)
for file in $(SYSTEM_BINARIES) ; do \
$(INSTALL) -o $(BIN_OWNER) -g $(RTGROUP) -m 0755 "sbin/$$file" "$(DESTDIR)$(RT_SBIN_PATH)/" ; \
done
bin-install:
$(INSTALL) -m 0755 -d $(DESTDIR)$(RT_BIN_PATH)
for file in $(BINARIES) ; do \
$(INSTALL) -o $(BIN_OWNER) -g $(RTGROUP) -m 0755 "bin/$$file" "$(DESTDIR)$(RT_BIN_PATH)/" ; \
done
regenerate-catalogs:
$(PERL) devel/tools/extract-message-catalog
license-tag:
$(PERL) devel/tools/license_tag
start-httpd:
$(PERL) sbin/standalone_httpd &
start-server:
$(PERL) sbin/rt-server &
SNAPSHOT=$(shell git describe --tags)
THIRD_PARTY=devel/third-party/
snapshot: build-snapshot build-third-party clearsign-snapshot clearsign-third-party snapshot-shasums
build-snapshot:
git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf -
( cd $(SNAPSHOT) && \
echo "$(SNAPSHOT)" > .tag && \
autoconf && \
INSTALL=./install-sh PERL=/usr/bin/perl ./configure \
--with-db-type=SQLite \
--enable-layout=relative \
--with-web-handler=standalone && \
rm -rf autom4te.cache \
config.status config.log config.pld \
)
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
rm -fr "$(SNAPSHOT)/"
clearsign-snapshot:
gpg --armor --detach-sign "$(SNAPSHOT).tar.gz"
build-third-party:
git archive --prefix "$(SNAPSHOT)/$(THIRD_PARTY)" HEAD:$(THIRD_PARTY) \
| gzip > "$(SNAPSHOT)-third-party-source.tar.gz"
rm -rf "$(SNAPSHOT)/$(THIRD_PARTY)"
clearsign-third-party:
gpg --armor --detach-sign "$(SNAPSHOT)-third-party-source.tar.gz"
snapshot-shasums:
shasum -a 256 $(SNAPSHOT)*.tar.gz*
vessel-import: build-snapshot
[ -d $(VESSEL) ] || (echo "VESSEL isn't a path to your shipwright vessel" && exit -1)
cp $(VESSEL)/scripts/RT/build.pl /tmp/build.pl
./sbin/rt-test-dependencies --with-standalone --with-fastcgi --with-sqlite --list > /tmp/rt.yml
shipwright import file:$(SNAPSHOT).tar.gz \
--require-yml /tmp/rt.yml \
--build-script /tmp/build.pl \
--name RT \
--repository fs:$(VESSEL) \
--log-level=info \
--skip cpan-capitalization,cpan-mod_perl,cpan-Encode,cpan-PPI,cpan-Test-Exception-LessClever,cpan-Test-Manifest,cpan-Test-Object,cpan-Test-Pod,cpan-Test-Requires,cpan-Test-SubCalls,cpan-Test-cpan-Tester,cpan-Test-Warn --skip-all-recommends
mv $(VESSEL)/scripts/RT/build $(VESSEL)/scripts/RT/build.pl
|