Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4e59e163
Commit
4e59e163
authored
May 23, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into asset-pipeline
parents
a0af8471
a46fecf3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
.gitignore
+6
-0
rakefile
+4
-3
No files found.
.gitignore
View file @
4e59e163
...
@@ -13,4 +13,9 @@ db.newaskbot
...
@@ -13,4 +13,9 @@ db.newaskbot
db.oldaskbot
db.oldaskbot
flushdb.sh
flushdb.sh
build
build
.coverage
coverage.xml
cover/
log/
reports/
\#*\#
\#*\#
\ No newline at end of file
rakefile
View file @
4e59e163
...
@@ -89,13 +89,14 @@ task :package do
...
@@ -89,13 +89,14 @@ task :package do
FileUtils
.
chmod
(
0755
,
postinstall
.
path
)
FileUtils
.
chmod
(
0755
,
postinstall
.
path
)
args
=
[
"fakeroot"
,
"fpm"
,
"-s"
,
"dir"
,
"-t"
,
"deb"
,
args
=
[
"fakeroot"
,
"fpm"
,
"-s"
,
"dir"
,
"-t"
,
"deb"
,
"--verbose"
,
"--after-install=
#{
postinstall
.
path
}
"
,
"--after-install=
#{
postinstall
.
path
}
"
,
"--prefix=
#{
INSTALL_DIR_PATH
}
"
,
"--prefix=
#{
INSTALL_DIR_PATH
}
"
,
"--exclude=build"
,
"--exclude=build
/**
"
,
"--exclude=rakefile"
,
"--exclude=rakefile"
,
"--exclude=.git"
,
"--exclude=.git
/**
"
,
"--exclude=**/*.pyc"
,
"--exclude=**/*.pyc"
,
"--exclude=reports"
,
"--exclude=reports
/**
"
,
"-C"
,
"
#{
REPO_ROOT
}
"
,
"-C"
,
"
#{
REPO_ROOT
}
"
,
"--provides=
#{
PACKAGE_NAME
}
"
,
"--provides=
#{
PACKAGE_NAME
}
"
,
"--name=
#{
NORMALIZED_DEPLOY_NAME
}
"
,
"--name=
#{
NORMALIZED_DEPLOY_NAME
}
"
,
...
...
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