Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
e91fa19c
Commit
e91fa19c
authored
Oct 08, 2012
by
Viktor Horvath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Last commit before work on instantiation.
parent
334e0615
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
software/mioga/mioga-hooks.py
software/mioga/mioga-hooks.py
+6
-6
software/mioga/software.cfg
software/mioga/software.cfg
+1
-0
No files found.
software/mioga/mioga-hooks.py
View file @
e91fa19c
...
@@ -50,9 +50,9 @@ def pre_configure_hook(options, bo, env):
...
@@ -50,9 +50,9 @@ def pre_configure_hook(options, bo, env):
def
post_make_hook
(
options
,
buildout
):
#
def post_make_hook(options, buildout):
#
location = options['location']
#
location = options['location']
#
print "Mioga - postmakehook"
#
print "Mioga - postmakehook"
#
print "We are currently in", os.getcwd()
#
print "We are currently in", os.getcwd()
#
shutil.move("var", location)
#
shutil.move("var", location)
return
None
#
return None
software/mioga/software.cfg
View file @
e91fa19c
...
@@ -110,6 +110,7 @@ patches =
...
@@ -110,6 +110,7 @@ patches =
pre-configure-hook = ${mioga-hooks:location}/${mioga-hooks:filename}:pre_configure_hook
pre-configure-hook = ${mioga-hooks:location}/${mioga-hooks:filename}:pre_configure_hook
configure-command =
configure-command =
${perl:location}/bin/perl Makefile.PL
${perl:location}/bin/perl Makefile.PL
keep-compile-dir = true
[mioga-patch]
[mioga-patch]
recipe = hexagonit.recipe.download
recipe = hexagonit.recipe.download
...
...
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