Skip to content

Commit 1032bc8

Browse files
committed
Create sbin/rt-import-remote
This tool imports tickets from a remote RT instance to the local RT instance via the REST2 API. Allowing for more consistent testing between RT instances.
1 parent 6ea70a3 commit 1032bc8

5 files changed

Lines changed: 1193 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
/sbin/rt-passwd
5858
/sbin/standalone_httpd
5959
/sbin/rt-munge-attachments
60+
/sbin/rt-import-remote
6061
/var/
6162
/autom4te.cache/
6263
/configure

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ SYSTEM_BINARIES = rt-attributes-viewer \
166166
rt-test-dependencies \
167167
rt-validator \
168168
rt-validate-aliases \
169-
standalone_httpd
169+
standalone_httpd \
170+
rt-import-remote
170171

171172

172173
ETC_FILES = acl.Pg \

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,7 @@ AC_CONFIG_FILES([
500500
sbin/rt-importer
501501
sbin/rt-passwd
502502
sbin/rt-munge-attachments
503+
sbin/rt-import-remote
503504
bin/rt-crontool
504505
bin/rt-run-scheduled-processes
505506
bin/rt-mailgate

0 commit comments

Comments
 (0)