that.repo = function(repo_name) {
      if (repo_name !== undefined) {
        that._repo_name = repo_name;
      }
      return that._repo_name;