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

Wilma beta #549

Merged
merged 5 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions packer/mint-beta.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
semester = "Sp24"
semester = "Fa24"

mint_version = {
version = "21.3"
version = "22"
build_type = "beta"
}
8 changes: 0 additions & 8 deletions roles/basic_prog_pkgs/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@
ansible.builtin.apt:
name: '{{ basic_prog_pkgs_intro_development }}'
state: latest

- name: Install intro pip packages
ansible.builtin.pip:
name: '{{ basic_prog_pkgs_pip }}'
state: present
become: yes
become_user: "{{ item.user }}"
loop: "{{ real_users }}"
5 changes: 1 addition & 4 deletions roles/basic_prog_pkgs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ basic_prog_pkgs_intro_development:
- meld
- python-is-python3
- python3-flake8-docstrings
- sqlite
- sqlite3
- sqlitebrowser
- thonny

basic_prog_pkgs_pip:
- darglint
5 changes: 0 additions & 5 deletions roles/common/templates/mint.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ deb {{ mirror }} {{ ubuntu_release }}-backports main restricted universe multive
deb {{ mirror }} {{ ubuntu_release }}-security main restricted universe multiverse

{% endfor %}

{% for mirror in common_mint_mirrors %}
# Mint sources for {{ mirror }}
deb {{ mirror }} {{ ansible_distribution_release }} main upstream import backport

{% endfor %}

# Parter repository (necessary for optional media codecs) -- not mirrored
deb http://archive.canonical.com/ubuntu {{ ubuntu_release }} partner
4 changes: 0 additions & 4 deletions roles/common/templates/ubuntu.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ deb {{ mirror }} {{ ubuntu_release }} main restricted universe multiverse
deb {{ mirror }} {{ ubuntu_release }}-updates main restricted universe multiverse
deb {{ mirror }} {{ ubuntu_release }}-backports main restricted universe multiverse
deb {{ mirror }} {{ ubuntu_release }}-security main restricted universe multiverse

{% endfor %}

# Parter repository (necessary for optional media codecs) -- not mirrored
deb http://archive.canonical.com/ubuntu {{ ubuntu_release }} partner
4 changes: 3 additions & 1 deletion roles/programming_langs/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ programming_langs_ruby_packages:
- ruby

programming_langs_haskell_packages:
- haskell-platform
- ghc
- ghc-doc
- ghc-prof

programming_langs_prolog_packages:
- swi-prolog
Loading