diff options
Diffstat (limited to 'utils/agljobtemplate.py')
-rw-r--r-- | utils/agljobtemplate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py index 691b54f..e18e10f 100644 --- a/utils/agljobtemplate.py +++ b/utils/agljobtemplate.py @@ -123,7 +123,7 @@ class Agljobtemplate(object): url_fragment += vcs_branch + '/' + version + '/' machine_frag_url = machine - if (machine == 'm3ulcb') or (machine == 'porter'): + if (machine == 'm3ulcb'): machine_frag_url = machine + '-nogfx' if machine == "upsquare": machine_frag_url = "intel-corei7-64" |