Skip to content

Commit

Permalink
Merge pull request #549 from ripleymj/wilma-beta
Browse files Browse the repository at this point in the history
Wilma beta
  • Loading branch information
ripleymj authored Jul 6, 2024
2 parents 4b0cc5d + 2ecf11c commit 7192b23
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 24 deletions.
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

0 comments on commit 7192b23

Please sign in to comment.