lttng.control: Disable Java and Python logging for older LTTng versions
[deliverable/tracecompass.git] / releng / master_to_stable_release.sh
CommitLineData
51557ecc
MAL
1#!/bin/bash
2###############################################################################
3# Copyright (c) 2016 Ericsson
4#
5# All rights reserved. This program and the accompanying materials
6# are made available under the terms of the Eclipse Public License v1.0
7# which accompanies this distribution, and is available at
8# http://www.eclipse.org/legal/epl-v10.html
9###############################################################################
10
11# A simple script that automates the step when branching from master to a
12# stable branch.
13
14source set_stable_update_site.sh
15source set_automatic_updates.sh
16
This page took 0.032746 seconds and 5 git commands to generate.