From d09fac1169303fc704e638b2696163c35f7600f4 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 3 Nov 2014 14:46:03 +0000 Subject: Announce 'OpenSVN deprecated'. Good-Bye everyone! git-svn-id: http://opensvn.csie.org/pttbbs/trunk@6084 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/DEPRECATED | 20 ++++++++++++++++++++ pttbbs/mbbsd/Makefile | 5 ++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 pttbbs/DEPRECATED diff --git a/pttbbs/DEPRECATED b/pttbbs/DEPRECATED new file mode 100644 index 00000000..8c8f2db4 --- /dev/null +++ b/pttbbs/DEPRECATED @@ -0,0 +1,20 @@ + + +Thanks for using PTTBBS on OpenSVN. + +Starting from 2010, OpenSVN has suspended its public service due to maintenance +issue. PTTBBS has stayed there longer but now we've decided to move to GitHub. +It was a tough decision, but that makes lots of things easier. + +This PTTBBS repository on OpenSVN is now deprecated. No more new patches. +Please migrate to GitHub: + + https://github.com/ptt/pttbbs + +If you want to stay with current version (on OpenSVN), edit mbbsd/Makefile and +delete the "deprecated" object. + +Regards, + piaip, 2014/11/03. + + diff --git a/pttbbs/mbbsd/Makefile b/pttbbs/mbbsd/Makefile index 19db2045..0423d25b 100644 --- a/pttbbs/mbbsd/Makefile +++ b/pttbbs/mbbsd/Makefile @@ -90,7 +90,10 @@ OBJS+= screen.o .c.o: $(SRCROOT)/include/var.h $(CC) $(CFLAGS) -c $*.c -all: $(PROG) +all: deprecated $(PROG) + +deprecated: + @cat ../DEPRECATED && false $(PROG): testsz $(OBJS) sh $(SRCROOT)/util/newvers.sh -- cgit v1.2.3