Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
B.I.T.S. Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
B.I.T.S. 4.0
B.I.T.S. Server
Commits
83bbe823
Commit
83bbe823
authored
Mar 03, 2015
by
Andrea Brancaleoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bits requires python2
parent
ec67dfa8
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+3
-3
bitsd.py
bitsd.py
+1
-1
bootstrap.py
bootstrap.py
+1
-1
doc/conf.py
doc/conf.py
+1
-1
setup.py
setup.py
+1
-1
usermanage.py
usermanage.py
+1
-1
No files found.
Makefile
View file @
83bbe823
...
...
@@ -20,11 +20,11 @@ pyclean:
find bitsd
-regex
".*
\.
pyc"
-delete
source
:
python setup.py sdist
python
2
setup.py sdist
rpm
:
python setup.py bdist_rpm
python
2
setup.py bdist_rpm
virtualenv
:
virtualenv
env
virtualenv
2
env
.
env
/bin/activate
&&
pip
install
tornado sqlalchemy markdown futures pycares passlib recaptcha
bitsd.py
View file @
83bbe823
#! /usr/bin/env python
#! /usr/bin/env python
2
from
bitsd.main
import
main
...
...
bootstrap.py
View file @
83bbe823
#! /usr/bin/env python
#! /usr/bin/env python
2
#
# Copyright (C) 2013 Stefano Sanfilippo
# Copyright (C) 2013 BITS development team
...
...
doc/conf.py
View file @
83bbe823
#!/usr/bin/env python
#!/usr/bin/env python
2
# -*- coding: utf-8 -*-
#
# bitsd documentation build configuration file, created by
...
...
setup.py
View file @
83bbe823
#! /usr/bin/
python
#! /usr/bin/
env python2
#
# Copyright (C) 2013 Stefano Sanfilippo
# Copyright (C) 2013 BITS development team
...
...
usermanage.py
View file @
83bbe823
#! /usr/bin/env python
#! /usr/bin/env python
2
#
# Copyright (C) 2013 Stefano Sanfilippo
# Copyright (C) 2013 BITS development team
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment