You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2021/01/04 15:41:35 UTC

[allura] 03/03: remove old Makefile

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 72dcc7b88fbf375818b7a75145514f033cecfe1c
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Sat Jan 2 12:52:56 2021 -0500

    remove old Makefile
---
 Makefile | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 8b2517d..0000000
--- a/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-#       Licensed to the Apache Software Foundation (ASF) under one
-#       or more contributor license agreements.  See the NOTICE file
-#       distributed with this work for additional information
-#       regarding copyright ownership.  The ASF licenses this file
-#       to you under the Apache License, Version 2.0 (the
-#       "License"); you may not use this file except in compliance
-#       with the License.  You may obtain a copy of the License at
-#
-#         http://www.apache.org/licenses/LICENSE-2.0
-#
-#       Unless required by applicable law or agreed to in writing,
-#       software distributed under the License is distributed on an
-#       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#       KIND, either express or implied.  See the License for the
-#       specific language governing permissions and limitations
-#       under the License.
-
-# Targets for buildbot
-test:
-	# Supposed to run on buildbot. If you want to run tests locally use ./run_tests script
-	# setup pysvn
-	-[ ! -f $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn ] && ln -s /usr/lib64/python2.7/site-packages/pysvn $(VIRTUAL_ENV)/lib/python2.7/site-packages/
-	-[ ! -d $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info ] && mkdir $(VIRTUAL_ENV)/lib/python2.7/site-packages/pysvn-1.7.5-py2.7.egg-info
-	# rebuild apps
-	./rebuild-all.bash
-	# setup eslint
-	npm install
-	./run_tests -n 2 -m 4
-
-
-# Helpers for local development
-run:
-	paster serve --reload Allura/development.ini
-
-taskd:
-	cd Allura && paster taskd development.ini