Commit 59e3ae14 authored by Shivani Bhardwaj's avatar Shivani Bhardwaj

Update snapshot_from_repo.sh

parent cebb1cd4
......@@ -5,7 +5,7 @@ repo_name="packages-"$current_time
package_dir="/opt/custom_packages/"
release_name="sugam"
release_version="2.1"
snapshot_name=$release_name-$release_version-main-w-inhouse-$current_time
snapshot_name=$release_name-$release_version-inhouse-$current_time
# Create new repo with updates packages
aptly repo create $repo_name
......@@ -14,5 +14,5 @@ aptly repo add $repo_name $package_dir
aptly snapshot create $snapshot_name from repo $repo_name
# For now manually take care of the publish, it may be fatal in case something
# happened incorrectly in this procedure
# For now manually take care of merging the snaoshots and the publish, it may be
# fatal in case something happened incorrectly in this procedure
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment