Skip to content

Commit

Permalink
Updated to ARTIQ version 7.beta-f0c50c80, added repo contents to rele…
Browse files Browse the repository at this point in the history
…ase tarball
  • Loading branch information
kaolpr committed Dec 9, 2021
1 parent c938714 commit 9b174ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cleanup_gw:
find artiq_kasli/ -type d -name software -exec rm -rf {} +

release_tarball:
tar -cvzf aegis-release-vX.X.X.tar.gz artiq_kasli experiments
tar -cvzf aegis-release-vX.X.X.tar.gz ./*

clean:
rm -rf artiq_kasli
Expand Down
5 changes: 1 addition & 4 deletions dartiq.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"image": "technosystem/dartiq:latest",
"python_modules": [
"modules/artiq"
]
"image": "technosystem/dartiq:f0c50c80"
}

0 comments on commit 9b174ba

Please sign in to comment.