Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azcopy Release pipeline #2728

Merged
merged 29 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2638db4
Release pipeline for linux, mariner, mac and windows
dphulkar-msft Jun 20, 2024
5c9f872
Release pipeline for linux, mariner, mac and windows
dphulkar-msft Jun 20, 2024
4019d86
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
5640109
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
56f6943
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
53164a1
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
46349ab
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
dbb6033
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
66a8625
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
9bb26c7
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 20, 2024
c495b58
Merge branch 'main' of https://github.com/Azure/azure-storage-azcopy …
dphulkar-msft Jun 25, 2024
a8dab8a
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 25, 2024
5389790
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 25, 2024
a3487cd
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jun 25, 2024
7dbfe1e
incorporated review comments
dphulkar-msft Jul 3, 2024
5e13b19
incorporated review comments
dphulkar-msft Jul 3, 2024
e4ba9bb
incorporated review comments
dphulkar-msft Jul 3, 2024
3eae591
incorporated review comments
dphulkar-msft Jul 3, 2024
8a8ed94
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jul 5, 2024
e95e43d
resolved conflicts
dphulkar-msft Jul 5, 2024
5ef790b
testes
dphulkar-msft Jul 8, 2024
754361f
tested
dphulkar-msft Jul 8, 2024
b5f191c
incorporated review comments
dphulkar-msft Jul 9, 2024
cc33038
incorporated review comments
dphulkar-msft Jul 10, 2024
27adcaf
incorporated review comments
dphulkar-msft Jul 10, 2024
c13755b
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jul 10, 2024
aa5f69b
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jul 10, 2024
8c776a1
Merge branch 'az-releasePipeline' of https://github.com/Azure/azure-s…
dphulkar-msft Jul 10, 2024
4942ec8
Merge branch 'main' of https://github.com/Azure/azure-storage-azcopy …
dphulkar-msft Jul 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions go_installer.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
work_dir=$(echo $1 | sed 's:/*$::')
version="1.21.8"
dphulkar-msft marked this conversation as resolved.
Show resolved Hide resolved
arch=`hostnamectl | grep "Arch" | rev | cut -d " " -f 1 | rev`

if [ $arch != "arm64" ];then
arch="amd64"
fi

echo "Installing on : " $arch " Version : " $version
wget "https://golang.org/dl/go$version.linux-$arch.tar.gz" -P "$work_dir"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "$work_dir"/go"$version".linux-$arch.tar.gz
sudo ln -sf /usr/local/go/bin/go /usr/bin/go
26 changes: 26 additions & 0 deletions packages.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Do not remove these comments
# Format of the file : <Distro Name>,<Fuse Version, Architecture, File Type>,<Repo Name>,<Release Name(for deb repos only)>
Ubuntu-18.04,azcopyAmdDeb,microsoft-ubuntu-bionic-prod-apt,bionic
Ubuntu-20.04,azcopyAmdDeb,microsoft-ubuntu-focal-prod-apt,focal
Ubuntu-22.04,azcopyAmdDeb,microsoft-ubuntu-jammy-prod-apt,jammy
Ubuntu-22.04,azcopyArmDeb,microsoft-ubuntu-jammy-prod-apt,jammy
Ubuntu-24.04,azcopyAmdDeb,microsoft-ubuntu-noble-prod-apt,noble
Ubuntu-24.04,azcopyArmDeb,microsoft-ubuntu-noble-prod-apt,noble
Debian-9.0,azcopyAmdDeb,microsoft-debian-stretch-prod-apt,stretch
Debian-10.0,azcopyAmdDeb,microsoft-debian-buster-prod-apt,buster
Debian-11.0,fuse3AmdDeb,microsoft-debian-bullseye-prod-apt,bullseye
dphulkar-msft marked this conversation as resolved.
Show resolved Hide resolved
RHEL-7.5,azcopyAmdRpm,microsoft-rhel7.5-prod-yum,
RHEL-7.8,azcopyAmdRpm,microsoft-rhel7.8-prod-yum,
RHEL-8.1,azcopyAmdRpm,microsoft-rhel8.1-prod-yum,
RHEL-8.2,azcopyAmdRpm,microsoft-rhel8.2-prod-yum,
RHEL-7.0,azcopyAmdRpm,microsoft-rhel7.0-prod-yum,
RHEL-8.0,azcopyAmdRpm,microsoft-rhel8.0-prod-yum,
RHEL-9.0,azcopyAmdRpm,microsoft-rhel9.0-prod-yum,
RHEL-9.0,azcopyArmRpm,microsoft-rhel9.0-prod-yum,
CentOS-7.0,azcopyAmdRpm,microsoft-centos7-prod-yum,
CentOS-8.0,azcopyAmdRpm,microsoft-centos8-prod-yum,
SUSE-15Gen2,azcopyAmdRpm,microsoft-sles15-prod-yum,
Mariner-2.0-x86_64,marinerAmdRpm,cbl-mariner-2.0-prod-Microsoft-x86_64-yum,
Mariner-2.0-aarch64,marinerArmRpm,cbl-mariner-2.0-prod-Microsoft-aarch64-yum,
Rocky-8.0,azcopyAmdRpm,microsoft-el8-prod-yum,
Rocky-9.0,azcopyAmdRpm,microsoft-el9-prod-yum,
dphulkar-msft marked this conversation as resolved.
Show resolved Hide resolved
Loading
Loading