Skip to content

Commit

Permalink
Builder: Adjusted scripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Oct 18, 2016
1 parent b97d2d6 commit 87954fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions distrib/autobuild.py
Expand Up @@ -286,7 +286,7 @@ def rebuild_apt_repository():
# Never mind.
pass
os.system("gpg --output Release.gpg -ba Release")
os.system("~/Dropbox/Scripts/mirror-tree.py %s %s" % (aptDir, os.path.join(builder.config.EVENT_DIR, 'apt')))
os.system("~/Scripts/mirror-tree.py %s %s" % (aptDir, os.path.join(builder.config.EVENT_DIR, 'apt')))


def write_html_page(outPath, title, content):
Expand Down Expand Up @@ -486,7 +486,7 @@ def generate_apidoc():
def generate_wiki():
"""Automatically generate wiki pages."""
git_pull()
sys.path += ['/Users/jaakko/Dropbox/Scripts']
sys.path += ['/Users/jaakko/Scripts']
import dew
dew.login()
# Today's event data.
Expand Down
2 changes: 1 addition & 1 deletion doomsday/build/scripts/wikidocs.py
Expand Up @@ -2,7 +2,7 @@

isDryRun = '--dry-run' in sys.argv

sys.path += ['/Users/jaakko/Dropbox/Scripts']
sys.path += ['/Users/jaakko/Scripts']
import dew

comment = 'Generated from Amethyst source by wikidocs.py'
Expand Down

0 comments on commit 87954fd

Please sign in to comment.